Let it snow: falling snow on every figure!
Anmerkung des Herausgebers: This file was selected as MATLAB Central Pick of the Week
This submission was inspired by the google 'let it snow' effect (for those who
don't already know this, try searching 'let it snow' with google and see what
will happen). However, this implementation does not include the frosty window effect as
seen in the google version, since I really can't make the rendering fast
enough for MATLAB.
How to use:
-----------
Type 'letitsnow' and snow will fall on your CURRENT figure. If no figure
exists, an empty one will be created.
You can also use 'letitsnow(figure_hdl, color)' to specify in which figure the
snow should appear and what color the snow is.
Use 'help letitsnow' for more information
How to stop the snow:
--------------
Press 's' key on the figure or close the figure.
Note:
--------------
The falling snow animation runs in a 'non-blocking' way. That is, you can run
other scripts while the snow is falling.
It is also possible to make multiple figures snow at the same time.
This function works regardless of the content of the figure. So you can draw
a christmas tree and then run letitsnow for more christmas festivity. For a
good christmas tree plot, look at submission #22478 by Anselm.
-----
Happy Holidays!
Zitieren als
Mingjing Zhang (2024). Let it snow: falling snow on every figure! (https://www.mathworks.com/matlabcentral/fileexchange/34349-let-it-snow-falling-snow-on-every-figure), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Quellenangaben
Inspiriert von: A christmas tree plot
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | Fixed the improperly displayed snowflakes in MATLAB R2012b. |
||
1.0.0.0 |