[Scilab-users] tic toc time

Claus Futtrup cfuttrup at gmail.com
Sun May 25 12:21:15 CEST 2014


Hi there

Converting from matlab to scilab is finished, but the matlab code 
contains a tic toc (begin/end of script timer).

The Scilab code doesn't display anything.

I thought I'd go like this (based on example from the Scilab manual):

tic();
realtimeinit(1);
realtime(0);
realtime(10);
t = toc;
printf("Time (tic-toc) %f \n",t);

That doesn't work.

How do I make Scilab display the registered time ???

/Claus


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140525/adb2029f/attachment.htm>


More information about the users mailing list