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
Error when launching the Probabilistic Tool
- Enrico De Pieri
- Posts: 1
- Joined: Thu Jan 15, 2015 9:20 am
- Panagiotis Tsinganos
- Posts: 4
- Joined: Fri Apr 08, 2016 12:37 pm
Re: Error when launching the Probabilistic Tool
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)
delete(but1_h)
delete(ah)
delete(text1)