Hello Chin Luh
Le 12/12/2019 à 17:10, Chin Luh Tan a écrit :
Hi Samuel,
Thanks for your reply.
Previously I was using clc(linenumtoclear) for showing this effect in
scilab, but i never thought of the mprintf, i was using disp that time
for i = 1:100
disp("Static counter : " + string(i));
sl
Hi Samuel,
Thanks for your reply.
Previously I was using clc(linenumtoclear) for showing this effect in scilab,
but i never thought of the mprintf, i was using disp that time
for i = 1:100
disp("Static counter : " + string(i));
sleep(1); clc(1)
end
it seems that the mprintf also