Graphs in reports in a matlab WebApp
Show older comments
I have a Matlab webApp launched in a Matlab webApp Server that performs a calculation and show a graph to the user (a patch in an uiAxes object). Now I want to offer a button to the user to print a report including some information and a uiAxes capture. Considering that:
- axes or figures are not supported in webApps then you need to use uiaxes and uifigures
- saveas() is not supported with uiaxes or uifigures
- getframe() is not supported with uifigures or uiaxes
- uiaxes or uifigures are not supported by mlreportgen.report.*
¿Is it possible to include graphs in a report from a web application?.
Thanks and regards
Roberto
1 Comment
Torsten Zschieschang
on 15 Sep 2022
I have currently a similar problem to save a snapshot as a mixture of uiaxes and information stored in panels or somewhere in the uifigure.
The snapshot functionality of uiaxes should be transformed also to panels! This could help to organize a snap region of a graph and the related information.
Best regards
Torsten
Accepted Answer
More Answers (0)
Categories
Find more on Create Model Web Views 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!