Using MATLAB Publishing and Publishing Mark-Up, can I call my functions in the mark-up to limit the amount of code being published?
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm trying to write a script to run and output all of the figures and analysis (being output the the command window in strings) that will be published and exported to a designated folder as a PDF. Is there a way to do it so there is only a limited amount or no amount of code that gets published to the final document but still shows all the figures and outputs?
I'm using MATLAB online so diary is not an option sadly.
Any ideas?
댓글 수: 0
답변 (2개)
Neil Guertin
2017년 8월 10일
You can use the "publish" function with the 'showCode' option
publish('myScript.m','format','pdf','showCode',false)
You may also be interested in some of the other options available with the "publish" function. See the documentation page for more information.
댓글 수: 0
커뮤니티
더 많은 답변 보기: 원격 교육 커뮤니티
참고 항목
카테고리
Help Center 및 File Exchange에서 Platform and License에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!