Formating Matlab Live Editor Output

10 views (last 30 days)
Hi,
I've got a matlab live editor code that I'm trying to format so it's more readable.
My issues are;
>The output equations are parmaterised in terms of \sigma_i which makes the output more difficult to read.
>Also my output is several times larger than the screen width but I would like it to wrap to the page especially when I print to a html or pdf.
Thanks in advance,
Alex

Accepted Answer

Akshaye Anitha Pradeep
Akshaye Anitha Pradeep on 14 Jul 2021
If your output is getting cut off when exporting as PDF, you could try exporting it as an HTML, opening the exported HTML in Chrome, click CTRL + P to open the print options, change destination to "Save as PDF" and change scale to Custom. You can then decrease the scale until your equations fit on the page.
For more options, refer this: https://www.mathworks.com/matlabcentral/answers/486782-display-gets-cut-off-when-exporting-live-script-to-pdf

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!