Info

此问题已关闭。 请重新打开它进行编辑或回答。

Generating a results report possible?

1 次查看(过去 30 天)
Hossein
Hossein 2015-8-26
关闭: MATLAB Answer Bot 2021-8-20
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!

回答(1 个)

Johannes Milvich
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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by