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.
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!