MATLAB: Excessive Information in Output (LiveScript)

livescriptoutput

Quick question,
Whenever I run a livescript in MatLab it returns each iteration of a loop, each axis property of a graph, etc. This creates an annoyingly large amount of text in my output. I am updated to the most current version of Matlab and I have searched the settings, but I can't figure out how to turn it off. How can I fix this?
Thanks!

Best Answer

Suppress the output by adding ; (semicolon) at the end of each line.
Related Question