Excessive Information in Output (LiveScript)

2 次查看(过去 30 天)
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!

采纳的回答

madhan ravi
madhan ravi 2020-6-19
Suppress the output by adding ; (semicolon) at the end of each line.

更多回答(1 个)

Aditya Ingawale
Aditya Ingawale 2020-6-19
You can divide your LiveScript into sections. Add section breaks and then evaluate each section individually.
For more help you can refer to this documentation: https://in.mathworks.com/help/matlab/matlab_prog/run-sections.html
  3 个评论
Walter Roberson
Walter Roberson 2020-6-19
Do you have semi-colons at the end of your lines?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Graphics Object Identification 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by