Effacer les filtres
Effacer les filtres

Is contour plot supported in App Designer?

12 vues (au cours des 30 derniers jours)
morningStar
morningStar le 13 Mar 2017
Commenté : Voss le 28 Avr 2024
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 commentaires
Rick Baer
Rick Baer le 28 Avr 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 le 28 Avr 2024

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

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

Connectez-vous pour commenter.

Réponse acceptée

Steven Lord
Steven Lord le 13 Mar 2017
According to the documentation App Designer supports contour plots as of release R2016b.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by