Getting a command like gather to run silently
Mostrar comentarios más antiguos
I am using the command gather many times in a loop, and it throws out the following updates each time,
Evaluating tall expression using the Local MATLAB Session:
- Pass 1 of 2: Completed in 1.5 sec
- Pass 2 of 2: Completed in 0.37 sec
Evaluation completed in 2 sec
Is there a way to make a command like this run silently?
1 comentario
KAE
el 20 de Mzo. de 2020
Respuesta aceptada
Más respuestas (1)
Sourabh Kondapaka
el 27 de Mzo. de 2020
0 votos
Hi,
The “evalc()” function can be used to suppress the output from a matlab expression and capture it in a variable.
The input to “evalc()” function is a matlab expression as a string.
For alternatives to using “evalc()” function, refer :
Categorías
Más información sobre Data Preprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!