MATLAB Programming Fundamentals - MathWorks

(やまだぃちぅ) #1

Result in Output Example of Corresponding File Markup


“Text and Code Blocks” on page
23-13


%%
%
% PREFORMATTED
% TEXT
%

%% MATLAB(R) Code
%
% for i = 1:10
% disp x
% end
%

“External File Content” on page
23-14


%
% <include>filename.m</include>
%

“External Graphics” on page 23-
15


%
% <<FILENAME.PNG>>
%

“Image Snapshot” on page 23-17 snapnow;


“LaTeX Equations” on page 23-18 %% Inline Expression
% $x^2+e^{\pi i}$


%% Block Equation
%
% $$e^{\pi i} + 1 = 0$$
%

“Hyperlinks” on page 23-20 % <https://www.mathworks.com MathWorks>


% <matlab:FUNCTION DISPLAYED_TEXT>

“HTML Markup” on page 23-23 %
%
%


%
%
onetwo

%
%


Publishing Markup
Free download pdf