필터 지우기
필터 지우기

Microsoft Word and Figures

조회 수: 1 (최근 30일)
Braden
Braden 2011년 4월 17일
Is there a way to embed Matlab figures in a Microsoft Word doc so that when something is altered in the Matlab figure - whether it be the data itself or the figure - it updates by itself in the Word doc? If someone can direct me to the function or a 'best method' that people use, I would greatly appreciate it.

답변 (2개)

Patrick Kalita
Patrick Kalita 2011년 4월 20일
I don't think there is going to be anything that does exactly what you're looking for. The closest thing I can think of is the MATLAB Notebook feature. You might want to have a look at that.

dk
dk 2011년 4월 20일
Save your figure using saveas() (use emf or png). When inserting the saved figure to Word use "link to file" option.
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 4월 20일
That would only change what was shown in word if the figure was re-saved, whereas if I understand the question correctly, Branden would like Word to get the updated figure if the data or figure properties were changed, even without the figure being saved.
I seem to recall there is a way to embed MATLAB operations within Excel, but I do not recall hearing of a way to embed MATLAB operations within Word... still, I would naively expect that if it can be done in Excel it could be done in Word.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by