How to include external code when publishing?

22 views (last 30 days)
Pawel
Pawel on 4 Feb 2016
Answered: Paul Wintz on 11 Feb 2022
I'm trying tu “publish” a script including the code of the called functions/scripts in pdf. I found “publishdepfun” which produces nice html files but not really working with pdf.
As I know it should be possible to include those files in this way:
%
% <include>file1.m</include>
%
But this is not working for some reason. In the pdf file this results then in:
include>file1.m</include
What can I do?

Answers (1)

Paul Wintz
Paul Wintz on 11 Feb 2022
You must have no more than one space between "%" and "<include>". Having spaces before the "%" might also cause problems, so change " % <include>file1.m</include>" to "% <include>file1.m</include>".

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!