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일

1 개 추천

According to the documentation App Designer supports contour plots as of release R2016b.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Contour Plots에 대해 자세히 알아보기

질문:

2017년 3월 13일

댓글:

2024년 4월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by