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!