Borrar filtros
Borrar filtros

Is contour plot supported in App Designer?

12 visualizaciones (últimos 30 días)
morningStar
morningStar el 13 de Mzo. de 2017
Comentada: Voss el 28 de Abr. de 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 comentarios
Rick Baer
Rick Baer el 28 de Abr. de 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 el 28 de Abr. de 2024

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

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

Iniciar sesión para comentar.

Respuesta aceptada

Steven Lord
Steven Lord el 13 de Mzo. de 2017
According to the documentation App Designer supports contour plots as of release R2016b.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by