Can a MATLAB script run silently?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 14 Mär. 2011
3 Stimmen
evalc() the script and throw away the output.
2 Kommentare
Tesi
am 14 Mär. 2011
Aurelien Queffurust
am 5 Feb. 2013
cool exactly what I was looking for!
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!