Main
Home
Quick tour
Handbook
Docs
Mailing Lists
Demonstration
Download
Sourceforge project
FAQ
Links
Toolboxes
Char
Control
Crypto
Deprecated
Engine
Finance
FunFun
General
Graphics 3D
Graphics
Image
Integration
InputOutput
JMathLib
LinearAlgebra
Matrix
Miscellaneous
Net
Polynomial
Set
Signal
SpecFun
SpecialMatrix
Statistics
String
System
Time
Trigonometric
UserInterface
...
Contact
Developers
|
JMathLib
A Java Clone of Octave, SciLab, Freemat and Matlab.
[Index]
[Documentation]
[Demonstration]
[Download]
Wait for a specified period of time. The command pause(n)
waits for n seconds
Keep in mind that the parsing of the pause(x) command will
also take some time. Therefor the waiting time will be longer
than expected.
pause(3) waits for 3 seconds
pause(3.5) waits for 3.5 seconds
|
|