How to save subplots in matlab app designer ?

조회 수: 4 (최근 30일)
farzad
farzad 2020년 3월 27일
댓글: farzad 2020년 3월 30일
Hi all
I am trying to save a subplot via app designer, but I have been unsuccessfull and I get this error : please check the attached file for the code
Error: Reference to a cleared variable app.
by the way this is how the image is created, it is supposed to be 6 subplots

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 3월 27일
I found that your app was created in R2017b. However, that release does not support subplots for uiaxes. This support was added from R2018b. Steven's answer here: https://www.mathworks.com/matlabcentral/answers/339320-is-subplot-supported-in-app-designer-r2017a-and-if-not-when-might-it-be-supported provide a workaround for R2017b by creating an invisible figure.
  댓글 수: 2
farzad
farzad 2020년 3월 27일
yes dear Ameer, that's true, but if you check my code, you see that I was actually doing that, I don't know why it's not working
farzad
farzad 2020년 3월 30일
Shall you help me with this, I need to do that in R2017b

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by