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!