New Figure Without Using Guide
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to create a new figure with axes without using GUIDE? I want to know the command that I should use for this? Could anyone help?
0 comentarios
Respuesta aceptada
Walter Roberson
el 28 de En. de 2012
fignum = figure();
axhandle = axes('Parent', fignum);
2 comentarios
Walter Roberson
el 30 de En. de 2012
http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.3F
Más respuestas (0)
Ver también
Categorías
Más información sobre Lighting, Transparency, and Shading 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!