MATLAB report from a standalone application.
1 回表示 (過去 30 日間)
古いコメントを表示
Sudhanshu Goel
2016 年 10 月 27 日
回答済み: Krishnan Ramkumar
2016 年 11 月 10 日
I have a GUI in which I have to generate a pdf report containing the results. I have done the coding and its works fine as long as I run it in the matlab editor. But when I compile it into a standalone application every thing works except the report generation. I am not able to figure out why it is happening.
0 件のコメント
採用された回答
Krishnan Ramkumar
2016 年 11 月 10 日
To enable someone who does not have MATLAB installed to run your compiled program, your program must execute this statement before executing the first line of DOM code that it executes to generate a report:
makeDOMCompilable();
If it doesn't help can you please send a small reproducible code?
0 件のコメント
その他の回答 (1 件)
mizuki
2016 年 10 月 27 日
Publish command is not supported in MATLAB Compiler, listed here: http://jp.mathworks.com/help/compiler/unsupported-functions.html
参考
カテゴリ
Help Center および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!