Report Generator: Adding images
이전 댓글 표시
Hi! I'm trying to generate a report from a Simulink Model programatically and I encountered 2 issues.
- If I want to add an image to the model (e.g. as an annotation), how can i add it in the report afterwards?
- I am trying to get an image of a Stateflow Chart (with all the states visible). I tried using this method to get inside the Stateflow Chart:
st = find(sfroot,"-isa","Stateflow.State");
but I can only get a snapshot of the chart box.
Are there any solutions?
Thank you!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Create Report Programs Using the Report API에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!