Getting a command like gather to run silently
Show older comments
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?
Accepted Answer
More Answers (1)
Sourabh Kondapaka
on 27 Mar 2020
0 votes
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 :
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!