Can a MATLAB script run silently?
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Walter Roberson
il 14 Mar 2011
3 voti
evalc() the script and throw away the output.
2 Commenti
Tesi
il 14 Mar 2011
Aurelien Queffurust
il 5 Feb 2013
cool exactly what I was looking for!
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!