Confusion regarding uiswitch function in matlab GUI?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sampath Rachumallu
am 13 Jun. 2019
Beantwortet: Walter Roberson
am 13 Jun. 2019
I have just started working on MATLAB GUI using GUIDE.I need a switch in my gui.I have figure named 'settings'. when i entered
%uiswitch(settings);
It is showing an error
'Functionality not supported with figures created with the figure function. For more information, see Graphics Support in App Designer'.
I want to know how to add these uiswitch feature to existing figures using GUIDE? Should i move to appdesigner?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 13 Jun. 2019
You cannot add uiswitch to GUIDE created GUI. GUIDE created GUI use "traditional figures". App Designer uses UI Figures though and uiswitch can be used with it.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!