フィルターのクリア

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.
  1 件のコメント
morningStar
morningStar 2017 年 3 月 14 日
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop 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