subplots in App Designer.

조회 수: 157 (최근 30일)
Pappu Murthy
Pappu Murthy 2018년 10월 28일
답변: Vineeth Nair 2018년 10월 31일
I am developing a GUI which has two Axes, UIAxes2, and UIAxes. UIAxes2 has single plot and it works fine. But UIAxes, should have 3x2 subplots and no matter what I do I can not get to populate UIAxes and instead the plots go on a separate figure. With Guide I was able to achieve this, by doing "axes(UIAxes)" and then do subplot(3,2,1) etc. But the same does not seem to work with App Designer as it gives error when I try "axes(UIAxes)". Please help. Thanks in advance.

채택된 답변

Vineeth Nair
Vineeth Nair 2018년 10월 31일
App designer supports most of the graphics but not all. Starting from MATLAB R2018b Subplots are supported. However, for implementation, additional code lines are required. You can read more about it here . However if you are using versions prior to R2018b then 'subplot' is not directly supported in App designer, as subplot creates axes and App designer uses UIaxes. However, there is a workaround mentioned here , you can try it out.

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by