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

2 次查看(过去 30 天)
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 个评论
Aqip10
Aqip10 2018-12-5
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?

请先登录,再进行评论。

回答(2 个)

madhan ravi
madhan ravi 2018-12-5
编辑:madhan ravi 2018-12-5
Download cprintf and then write the command window output to a text file using dlmwrite/fprintf

Aqip10
Aqip10 2018-12-12
编辑:Aqip10 2018-12-12
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)))

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by