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!