Wednesday, 25 March 2015

Scilab related

When you are displaying some variable repeatedly on the screen, there is a need to press a key to continue the display of variables
else the execution halts.
To remedy this add the following command at the beginning of the code.

lines(0);



Peace.

No comments:

Post a Comment