Error when launching the Probabilistic Tool

Will provide a probabilistic tool to assess model parameter uncertainty and intersubject variability with specific applications in hip and low back.
POST REPLY
User avatar
Enrico De Pieri
Posts: 1
Joined: Thu Jan 15, 2015 9:20 am

Error when launching the Probabilistic Tool

Post by Enrico De Pieri » Fri Jan 16, 2015 9:03 am

Hello,
when I'm running the ProbGUI_v1.m as instructed in the tutorial 1 of the attached user guide and after selecting No when asked to load a probabilistic set up file, I get the following error:

No method 'delete' with matching signature found for
class 'matlab.ui.control.UIControl'.

Error in ProbGUI_v1 (line 91)
delete(but1_h,ah,text1)

Any suggestion on how I could solve it?
Thank you very much!
Enrico

User avatar
Panagiotis Tsinganos
Posts: 4
Joined: Fri Apr 08, 2016 12:37 pm

Re: Error when launching the Probabilistic Tool

Post by Panagiotis Tsinganos » Sun Jun 12, 2016 7:03 am

I had the same problem when I first run the tool and I solved it by calling delete function with one parameter each time, e.g. :

delete(but1_h)
delete(ah)
delete(text1)

POST REPLY