Suppress command window output in matlab live editor in 2016a
14 ビュー (過去 30 日間)
古いコメントを表示
I started using the live editor in 2016a. I am running a simulation in the live script and then doing some plotting. However, when I run the simulation it includes the output to the command window in the right-side output section. Is there a way to suppress that output? I tried looking in the help documentation for the live editor but didn't find my answer there.
Thanks in advance.
0 件のコメント
回答 (1 件)
Jared MacDonald
2016 年 8 月 4 日
Hi Aditya,
This is by design in the Live Editor, which captures all output - plots and textual output - within the document. Are you able to suppress the textual output (by adding semicolons, for example), or is it being emitted by a function that you cannot modify? Can you post a small code example?
Thanks, Jared
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!