How to get the message output shown in the command window

6 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Star Strider
Star Strider il 1 Dic 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.
.

Più risposte (0)

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by