[Scilab-users] printf "\r" in Scilab 6x

Jan Åge Langeland j-lan at online.no
Fri Apr 10 14:57:01 CEST 2020


In 6.0.2 I find I need to use:

for i = 1:12, mprintf("Progress = %d\n\n\n", i); sleep(2000); clc(1); end

JÅ

On 2020-04-10 10:50 AM, Rafael Guerra wrote:

> for i = 1:12, mprintf("Progress = %d\n\n", i); sleep(2000); clc(0); end



More information about the users mailing list