External functions (with a GUI)
Mostrar comentarios más antiguos
Hey there.
I'm currently working on a GUI, that has to show images in 3 different axes. I have no problem handling it insides the main *.m file for the GUI, but if i try to put the plotting code in a file for itself, then I can't use "axes(handles.axes1)" because handles, apparently, only can be accessed from the main file. Is there anyway to cope with this? And preferably something somewhat refined, since this is for my bachelor degree.
Thanks in advance
Respuesta aceptada
Más respuestas (2)
Jakob Sørensen
el 21 de Feb. de 2012
2 comentarios
Akmel
el 30 de Dic. de 2014
Thank you Jakob Sorensen. That was what I was looking for exactly.
Febrian Dhimas Syahfitra
el 5 de Feb. de 2018
Editada: Febrian Dhimas Syahfitra
el 5 de Feb. de 2018
please guys, help me to answer this https://www.mathworks.com/matlabcentral/answers/380619-how-do-i-use-the-edit-text-box-in-a-gui-to-change-variables-in-a-function
Walter Roberson
el 20 de Feb. de 2012
0 votos
1 comentario
Jakob Sørensen
el 20 de Feb. de 2012
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!
