Insert a figure in a report on Web Apps
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I try to insert a figure in a report on WebApps. I always get the error:
2022-09-13 07:32:40 Error using figure (line 7)
2022-09-13 07:32:40 Web Apps does not support figure.
I cannot imagine that it is absolute not possible to insert a figure in a report on WebApss.
Is there any roundabout way?
I attached the code and the error.
댓글 수: 0
답변 (1개)
VBBV
2022년 10월 7일
add(rpt,figure(f1))
Pass the function handle for figure with smallcase
댓글 수: 1
VBBV
2022년 10월 7일
편집: VBBV
2022년 10월 7일
Read more about its Web app limitations. https://in.mathworks.com/help/compiler/webapps/unsupported-functionality.html
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!