Getting a command like gather to run silently
Ältere Kommentare anzeigen
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 Kommentar
KAE
am 20 Mär. 2020
Akzeptierte Antwort
Weitere Antworten (1)
Sourabh Kondapaka
am 27 Mär. 2020
0 Stimmen
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 :
Kategorien
Mehr zu Data Preprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!