gui- new screen
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I'm developing a tool where I've an initial input screen which calls back various functions.
What I want to do is to show the results of those computations/plots in a different new screen.
How can I do it? Do you have any tutorials specific for this requests, examples, suggestions?
Thanks in advance
댓글 수: 0
답변 (1개)
Paulo Silva
2011년 7월 5일
Just do like you do on any other m-file, example code from a callback of a button:
figure
axes
spy
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!