to open new window in gui matlab

조회 수: 3 (최근 30일)
Tugba Ergin
Tugba Ergin 2019년 1월 24일
댓글: Rik 2020년 11월 28일
to open new window in gui matlab when I click push button??
  댓글 수: 1
Rik
Rik 2019년 1월 24일
Have a read here. It will greatly improve your chances of getting an answer.
Show what you have found out trying to answer this question already.
Also, a GUI in Matlab is nothing special. It is just a bunch of objects in a figure that have functions that can be triggered with specific interactions (like clicking a button).

댓글을 달려면 로그인하십시오.

채택된 답변

Sarah Crimi
Sarah Crimi 2019년 1월 24일
Under the callback to the button in your GUI code, you just use the following command:
figure;
  댓글 수: 2
Ghaith Hatamleh
Ghaith Hatamleh 2020년 11월 28일
how can you edit this figure so that everytime its opended, what you added is still there.
Rik
Rik 2020년 11월 28일
You probably can't do that easily with GUIDE. What you can do is store the data in a mat file or in a preference to make input persistent.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by