필터 지우기
필터 지우기

How to append image from UIAxes of App designer to the report generating using mlreportgen?

조회 수: 9 (최근 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

채택된 답변

Yongjian Feng
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
SRUSHTI KHATAU
SRUSHTI KHATAU 2021년 11월 30일
편집: SRUSHTI KHATAU 2021년 11월 30일
Hi, thank you so much for helping. It works as per the reference you have given. Just in callback need to add imagesc for Image file.
But, what if the end user who is using this application doesn't have matlab? Will it work?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Carolin Böckler
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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by