From: anthony on 20 Apr 2010 00:46 does anyone know how to display something for a certain time using disp fprintf or any other function?
From: Walter Roberson on 20 Apr 2010 01:44 anthony wrote: > does anyone know how to display something for a certain time using disp > fprintf or any other function? If you are writing to the command window, you could clc afterwards, or you could write out sufficient \b to go back to the beginning of the line, then write spaces, then \b's to go back to the beginning of the line.
|
Pages: 1 Prev: connected component algorithm with given predicate Next: plot help |