output of the text detection from command window to txt file?

I want to know how to change the ouput from command window to show in the txt file? by using the example of Automatically Detect and Recognize Text in Natural Images.

3 comentarios

lookfor cprintf
okay, but actually i wanted to make the output shown on the txt file instead of the command window. I already used the diary but it show empty txt file. Do you know how?
YOu write it to a text file using fprintf.

Iniciar sesión para comentar.

Respuestas (2)

madhan ravi
madhan ravi el 5 de Dic. de 2018
Editada: madhan ravi el 5 de Dic. de 2018
Download cprintf and then write the command window output to a text file using dlmwrite/fprintf
Aqip10
Aqip10 el 12 de Dic. de 2018
Editada: Aqip10 el 12 de Dic. de 2018
thanks for the answer! i already found it by using diary
diary(sprintf('run_%s_%d.txt',datestr(now,'yyyy_mm_dd_HH_MM_SS'),randi([1,10000],1)))

Categorías

Etiquetas

Preguntada:

el 5 de Dic. de 2018

Editada:

el 12 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by