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

조회 수: 1 (최근 30일)
TingTing
TingTing 2014년 7월 15일
댓글: Srinivas 2014년 7월 16일
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