Is contour plot supported in App Designer?

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 ExchangeContour 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