Graphs in reports in a matlab WebApp
Ältere Kommentare anzeigen
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 Kommentar
Torsten Zschieschang
am 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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Create Model Web Views finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!