Error while Debugging the code as : InvalidPropertyThere is no SelectionChangeFcn property on the TabGroup class.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Siddhesh Shelke
il 21 Mar 2017
Commentato: Siddhesh Shelke
il 21 Mar 2017
I have a Matlab project in Matlab R2017a . While debugging the code, i get the following error as :
There is no SelectionChangeFcn property on the TabGroup class.
The error is in the next line: cv.TabGroup = uitabgroup; set(cv.TabGroup,'SelectionChangeFcn',@(s,e)cv.changeTabs(s,e));
0 Commenti
Risposta accettata
Adam
il 21 Mar 2017
A look at the documentation together with the error message should make this obvious though I have also had a blind spot at times for a missing letter
SelectedChangedFcn
is the property name. Note the 'd' on the end.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Numeric Types in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!