Can a MATLAB script run silently?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 14 de Mzo. de 2011
3 votos
evalc() the script and throw away the output.
2 comentarios
Tesi
el 14 de Mzo. de 2011
Aurelien Queffurust
el 5 de Feb. de 2013
cool exactly what I was looking for!
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!