필터 지우기
필터 지우기

Is contour plot supported in App Designer?

조회 수: 12 (최근 30일)
morningStar
morningStar 2017년 3월 13일
댓글: Voss 2024년 4월 28일
I want to have a contour plot in my application. But it seems currently it is not supported in App Designer. Is there a way to solve this propblem. Thanks!
  댓글 수: 2
Rick Baer
Rick Baer 2024년 4월 28일
I'm hitting the same issue many years after "morningStar's" original complaint. I can create a contour plots successfully in a separate figure window with countourf( ), but not in a Matlab App using R2023b. Does anyone have a work-around?
Voss
Voss 2024년 4월 28일

In an app, you typically need to specify the axes, e.g.:

contourf(app.UIAxes, X, Y, Z)
%        ^^^^^^^^^^

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

채택된 답변

Steven Lord
Steven Lord 2017년 3월 13일
According to the documentation App Designer supports contour plots as of release R2016b.

추가 답변 (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