How to get the message output shown in the command window
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Nidhal Bouzouita
il 1 Dic 2021
Risposto: Star Strider
il 1 Dic 2021
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
0 Commenti
Risposta accettata
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.
.
0 Commenti
Più risposte (0)
Vedere anche
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!