Page 1 of 1

Error when launching the Probabilistic Tool

Posted: Fri Jan 16, 2015 9:03 am
by depierie
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

Re: Error when launching the Probabilistic Tool

Posted: Sun Jun 12, 2016 7:03 am
by tpanos
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)