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

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
Aqip10
Aqip10 il 5 Dic 2018
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?
KSSV
KSSV il 5 Dic 2018
YOu write it to a text file using fprintf.

Accedi per commentare.

Risposte (2)

madhan ravi
madhan ravi il 5 Dic 2018
Modificato: madhan ravi il 5 Dic 2018
Download cprintf and then write the command window output to a text file using dlmwrite/fprintf

Aqip10
Aqip10 il 12 Dic 2018
Modificato: Aqip10 il 12 Dic 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)))

Categorie

Scopri di più su Downloads 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