Publishing multiple files at once in matlab
93 次查看(过去 30 天)
显示 更早的评论
hello everyone The problem is that I have about 4 or 5 m-files but I was asked to publish the output of all of them in 1 pdf file only
does anybody have any idea how to do it ??? help me please thank you guys so much
0 个评论
回答(1 个)
Aksel Sørbye
2019-9-6
To publish functions located in other m-files, write the following in the file you're publishing from:
%% "Your own headline here"
% <include>anotherFunction.m</include>
%% "Another headline here"
% <include>bonusFunction.m</include>
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!