Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Generating a results report possible?
조회 수: 2 (최근 30일)
이전 댓글 표시
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!
댓글 수: 0
답변 (1개)
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
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!