How can I save all screen outputs and figures generated in one MS Word file?

2 次查看(过去 30 天)
Hi, I'm running some scripts which generate some results on the screen and some figures plotted. I know diary can save all screen results, but not figures. Is there a way to save screen results and figures in one MS word file?
Thanks!

回答(1 个)

Srinivas
Srinivas 2014-7-15
doc publish
  2 个评论
TingTing
TingTing 2014-7-16
Thanks, but I don't want to publish codes. I only want to pusblish screen outcome and figures...
Srinivas
Srinivas 2014-7-16
Look at the entire help, you can set the options to not show the code
options_doc_nocode.showCode=false;
publish('YourFileName.m',options_doc_nocode)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Graphics Object Identification 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by