How can I introduce a delay between characters written with the FPRINTF command in MATLAB 7.10 (R2010a)?

2 views (last 30 days)

Accepted Answer

MathWorks Support Team
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.

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2010a

Community Treasure Hunt

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

Start Hunting!