How to append image from UIAxes of App designer to the report generating using mlreportgen?
4 ビュー (過去 30 日間)
古いコメントを表示
I am creating report using app designer. I want to get the image in report which is in UIAxes(I have uploaded it from my computer). How to append that image in report from UIAxes
0 件のコメント
採用された回答
Yongjian Feng
2021 年 11 月 25 日
Assuming you are talking about matlab report, this reference talks about how to add a figure into the report.
4 件のコメント
その他の回答 (1 件)
Carolin Böckler
2022 年 8 月 18 日
How can I get the figure of a plot in a webserver application.
E.g.
plot(app.UIAxesSpeed,MeasuredDatas.Timestamp,MeasuredDatas.ElmoActualVelocity1,'r')
I want to draw that figure "app.UIAxesSpeed" in a report
This is not described in the link
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!