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

2 vues (au cours des 30 derniers jours)
Aqip10
Aqip10 le 5 Déc 2018
Modifié(e) : Aqip10 le 12 Déc 2018
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 commentaires
Aqip10
Aqip10 le 5 Déc 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 le 5 Déc 2018
YOu write it to a text file using fprintf.

Connectez-vous pour commenter.

Réponses (2)

madhan ravi
madhan ravi le 5 Déc 2018
Modifié(e) : madhan ravi le 5 Déc 2018
Download cprintf and then write the command window output to a text file using dlmwrite/fprintf

Aqip10
Aqip10 le 12 Déc 2018
Modifié(e) : Aqip10 le 12 Déc 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)))

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by