Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
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!

Antworten (1)

Srinivas
Srinivas am 15 Jul. 2014
doc publish
  2 Kommentare
TingTing
TingTing am 16 Jul. 2014
Thanks, but I don't want to publish codes. I only want to pusblish screen outcome and figures...
Srinivas
Srinivas am 16 Jul. 2014
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)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Object Identification finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by