New Figure Without Using Guide
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2012 年 1 月 28 日
fignum = figure();
axhandle = axes('Parent', fignum);
2 件のコメント
Walter Roberson
2012 年 1 月 30 日
http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.3F
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!