Can a MATLAB script run silently?
Show older comments
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.
Accepted Answer
More Answers (1)
Walter Roberson
on 14 Mar 2011
3 votes
evalc() the script and throw away the output.
2 Comments
Tesi
on 14 Mar 2011
Aurelien Queffurust
on 5 Feb 2013
cool exactly what I was looking for!
Categories
Find more on Entering Commands in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!