MATLAB: Matlab displays truncated output with elipses. How to fix this

cutoffMATLABnot entireoutputtruncate

For some reason my Matlba refuses to display anything larger than 10 lines of code or so. It even does this when I print to PDF but not to Word. How do I solve this?
Matlab Help.PNG

Best Answer

As far as I can tell, this is and has always been normal behaviour in the live script editor.
Same as with normal scripts, you can use disp to display variables of any size without truncation in the live editor:
lived.png
Related Question