Can a MATLAB script run silently?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 14 Mar 2011
3 votes
evalc() the script and throw away the output.
2 commentaires
Tesi
le 14 Mar 2011
Aurelien Queffurust
le 5 Fév 2013
cool exactly what I was looking for!
Catégories
En savoir plus sur Entering Commands dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!