Is contour plot supported in App Designer?
11 次查看(过去 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
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
2024-4-28
In an app, you typically need to specify the axes, e.g.:
contourf(app.UIAxes, X, Y, Z) % ^^^^^^^^^^
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!