Clear Filters
Clear Filters

How to get the message output shown in the command window

7 views (last 30 days)
Hello Dear Mathowrk community,
In the command window i get some output message for exmple like info about the imported files, the warings, the values of some variables. I need to search in the command window for any message shown for example ( i mean not searching the command, i need to search for the output ), any idea is tere a shortcut to do it or is there a file that conatins the output that is shown in the command window ?
for exemple here , i want to search for the word Processing thats shown in the command window , any idea ?
thanks in advance

Accepted Answer

Star Strider
Star Strider on 1 Dec 2021
Depending on the routine that is producing that output, it might be possible to write it to a file instead of or in addition to writing it to the Command Window. (That would involve opening a file for writing, then duplicating the fprintf statements to write to the file as well as teh Command Window, then closing the file at the end of the routine.) In that instance, searching to file would be straightforward.
The other option of course is the diary function, then searching those results.
.

More Answers (0)

Categories

Find more on File Operations 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!