Can a MATLAB script run silently?
古いコメントを表示
I want to run a script in MATLAB without the script displaying a lot of stuff. I'm looking for the equivalent of the instruction "@echo off" that can be used to run batch files in Windows.
採用された回答
その他の回答 (1 件)
Walter Roberson
2011 年 3 月 14 日
3 投票
evalc() the script and throw away the output.
2 件のコメント
Tesi
2011 年 3 月 14 日
Aurelien Queffurust
2013 年 2 月 5 日
cool exactly what I was looking for!
カテゴリ
ヘルプ センター および File Exchange で Entering Commands についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!