Is contour plot supported in App Designer?

12 次查看(过去 30 天)
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