How to use yyaxis command in app designer?

조회 수: 4 (최근 30일)
Junghak
Junghak 2016년 6월 15일
답변: liangsai liang 2020년 1월 2일
How to use yyaxis command in app designer? When I used, there is error messange Error using yyaxis Axes argument must be a Cartesian Axes of type matlab.graphics.axis.Axes Error in agile_App1/ButtonButtonPushed (line 62) yyaxis(app.h1,'left');

답변 (2개)

Anish Mitra
Anish Mitra 2016년 6월 28일
It looks like the 'yyaxis' command is not supported in the App Designer, since it cannot be used with 'UIAxes'.
This is the list of supported graphics functionality in the App Designer as of the current release :
-- Anish
  댓글 수: 2
David Smith
David Smith 2016년 11월 15일
Anish, I am a little confused. That link lists yyaxis as a function supported in 2016b. Were you responding before the 2016b was available? (I am using 2016b and cannot get yyaxis to work either.) Thanks, Dave
Walter Roberson
Walter Roberson 2016년 11월 15일
Yes, R2016b was not until September and Anish was writing in June.

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


liangsai liang
liangsai liang 2020년 1월 2일
here here
https://ww2.mathworks.cn/matlabcentral/answers/392950-2y-axis-in-appdesigner

카테고리

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