How can I introduce a delay between characters written with the FPRINTF command in MATLAB 7.10 (R2010a)?
2 views (last 30 days)
Show older comments
I use FPRINTF to write strings. I would like to be able to specify a fixed delay between each character written.
Accepted Answer
MathWorks Support Team
on 5 Apr 2010
To introduce a delay between each written character, please see the function FPRINTFD.
This function accepts a fileID, fixed delay, and string as inputs. It writes characters one at a time, to the output specified by the fileID, and executes a PAUSE command between each write. If the function sees the backslash operator, '\', it performs a write with this and the next character.
0 Comments
More Answers (0)
See Also
Categories
Find more on Data Types 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!