web app does not show UIAxes
3 views (last 30 days)
Show older comments
Hi,
I'm working on an web app to deply on web app server.
And I have some plots to show on UIAxes, and I could show those UIAxes on app designer run and stand-alone application
But, the problem is that my web app does not show UIAxes when I run it on web app server.
This problem is same for not only UIAxes but also on geoaxes/geoglobe.
When I tried 'Mortgage calculator' sample web app, the problem was still the same. I couldn't show UIAxes only on web app.
And the link below has the same question as I do.
If you have any clue for what's going wrong about web app plot, I would appreciate.
Thank you for reading.
1 Comment
Suman Sahu
on 1 Jun 2023
Hi SungMoon Lee,
Please ensure that you're using the latest MATLAB release version.
Answers (1)
Kojiro Saito
on 2 Jun 2023
In R2023a general release, there was a bug regarding axes and web apps.
[Bug Report] MATLAB graphics objects, such as axes, plots, and lines, do not render in MATLAB Web App Server (2957430)
This issue was fixed in Update1. You need to install R2023a Update 1 or more. Currently, Update 2 is available.
Also, you need to install MATLAB Runtime R2023a Update 1 or more in MATLAB Web App Server's server side.
0 Comments
See Also
Categories
Find more on MATLAB Web App Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!