Query in GUI MATLAB
Mostrar comentarios más antiguos
I am creating a GUI in MATLAB. I have certain parameters to check which can either be true or false. for a corresponding true parameter, a figure gets displayed in the axes window. I want all the parameters which are true to be displayed in a list form, out of which the user can select any of them and its corresponding figure will be displayed in the axes window. Is this possible in GUI MATLAB?
Respuestas (2)
Geoff Hayes
el 5 de Abr. de 2015
0 votos
Affy - it sounds like you may want to use a list box to manage the list of parameters which are considered "true". See the provided link that should get you started on interacting with a list box.
Image Analyst
el 5 de Abr. de 2015
0 votos
You might try starting out with this framework: http://www.mathworks.com/matlabcentral/fileexchange/24224-magic-matlab-generic-imaging-component
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects 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!