confuse with the 'String' and 'Value' when I use the GUIDE to app designer migration tool
Mostrar comentarios más antiguos
I change the fig code to the app designer code by using the GUIDE to app designer migration tool,and I need correct the code.But there is some code confused me :
set(app.orderN_tag,'String',num2str(app.orderN));
I change the code to
app.orderN_tag.Value=num2str(app.orderN);
but there is another code
set(app.orderN_tag,'Value', orderN);
what should I change the code to fit the app designer ?
1 comentario
Chris Portal
el 25 de Mayo de 2018
What kind of component is app.orderN_tag?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Update figure-Based Apps en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!