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

2 views (last 30 days)
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 Comments
Aqip10
Aqip10 on 5 Dec 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?

Sign in to comment.

Answers (2)

madhan ravi
madhan ravi on 5 Dec 2018
Edited: madhan ravi on 5 Dec 2018
Download cprintf and then write the command window output to a text file using dlmwrite/fprintf

Aqip10
Aqip10 on 12 Dec 2018
Edited: Aqip10 on 12 Dec 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)))

Categories

Find more on Downloads in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!