Borrar filtros
Borrar filtros

How to get the message output shown in the command window

7 visualizaciones (últimos 30 días)
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

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by