Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Generating a results report possible?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone,
is there any comfortable solution to print different results as a combination of different figures and tables in a Word/LateX file at the end of program procedure?
Many thanks in advance!
0 件のコメント
回答 (1 件)
Johannes Milvich
2015 年 8 月 26 日
Hi, you might want to look into the publish() function: http://de.mathworks.com/help/matlab/ref/publish.html?searchHighlight=publish
If you format your script correctly, you can generate a nicely looking output including the resulting figures. Make sure to set 'evalCode' to true. http://de.mathworks.com/help/matlab/matlab_prog/marking-up-matlab-comments-for-publishing.html
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!