App designer: empty figure appears when running GUI with axes plot.

조회 수: 5 (최근 30일)
ARP
ARP 2019년 12월 4일
답변: Adam Danz 2019년 12월 4일
Hi all,
I am trying to get used to the new App Designer.
I am having the issue that when running the App Designer with an axes plot (Axis_1), the code runs fine, but I get a seprate empty figure out of the GUI.
plot(app.Axis_1,ff,av_power(:,:),'k','LineWidth',2)
hold on
plot(app.Axis_1,ff,power(:,:),'r','LineWidth',1);
Any help much appreciated
Thanks
Picture1.jpg

채택된 답변

Adam Danz
Adam Danz 2019년 12월 4일
Specify the axis handle
hold(app.Axis_1,'on')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by