Publish a file along with a file that has function called from another file

조회 수: 66 (최근 30일)
Lucas Vacus
Lucas Vacus 2019년 8월 18일
답변: Pravin Jagtap 2019년 8월 21일
I want to publish main file,for example say 'one.m' which includes a function that has been called from another file say 'two.m'.
Now when I publish 'one.m' I want the 'two.m' to be publish in the file.

답변 (1개)

Pravin Jagtap
Pravin Jagtap 2019년 8월 21일
Hello Lucas,
The task of including the external file contents in one document (using 'publish') can be achieved using ‘publishing markup’. Use following code markup in your ‘one.m’ to include contents of external file ‘two.m’.
%% External File Content Example
% This example includes the file contents of two.m into published
% output.
%
% <include>two.m</include>
%
% The file content above is properly syntax highlighted
Please refer following link and follow section ofExternal file content’ in ‘Results in Output’ column
Kind Regards
~Pravin

카테고리

Help CenterFile Exchange에서 Programming Utilities에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by