Error while Debugging the code as : InvalidPropertyThere is no SelectionChangeFcn property on the TabGroup class.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Siddhesh Shelke
el 21 de Mzo. de 2017
Comentada: Siddhesh Shelke
el 21 de Mzo. de 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 comentarios
Respuesta aceptada
Adam
el 21 de Mzo. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Numeric Types en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!