In Matlab, the function
pause(x)
Stops execution for x seconds. Is there something similar in Julia?
One method in julia is to use the sleep() function which takes the number of seconds as a parameter. The minimum number of time is 1 millisecond or an input of 0.001.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With