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 Kommentare

Rick Baer
Rick Baer am 28 Apr. 2024
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 am 28 Apr. 2024

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

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

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Steven Lord
Steven Lord am 13 Mär. 2017

1 Stimme

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

Weitere Antworten (0)

Kategorien

Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 13 Mär. 2017

Kommentiert:

am 28 Apr. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by