hourglass(time)

This is an hourglass simulation.
214 descargas
Actualizado 8 ene 2017

Ver licencia

Nota del editor: This file was selected as MATLAB Central Pick of the Week

This is an hourglass simulation.
Called without input arguments, it runs forever unless you close the figure. Called with input argument time, it will run once for the given period of time (in seconds).
Usage:
hourglass;
OR
hourglass(t);
You can expect more or less correct timing for t>20.
t is arbitrary, but i recommend to chose values between 30s and 600s.

Tillmann Stuebler, Dec 2016

Citar como

Tillmann Stübler (2024). hourglass(time) (https://www.mathworks.com/matlabcentral/fileexchange/60580-hourglass-time), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Configure Simulation Conditions en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

it is now possible to call hourglass with a parameter t to let it run approximately t seconds.
Some modifications in equations of motion, and solver changed from ode45 to ode23.

1.0.0.0