Editor's Note: This file was selected as MATLAB Central Pick of the Week
This GUI allows you to create fireworks and display them interactively. With key strokes, mouse movements, mouse clicks, and commands, you can control your fireworks. You can even make movies (AVI or animated GIF) out of them.
Is there any practical use? Of course not! It's solely for entertainment, but you won't be bored.
It was created using the MATLAB Class system (requires MATLAB R2008a or newer). Learn more about the classes by typing
doc FireworksGUI
doc FireworksAxes
jiro (2021). Fireworks GUI (https://www.mathworks.com/matlabcentral/fileexchange/29863-fireworks-gui), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
It doesn't work with my Matlab2015b:
Undefined function or variable 'createCData'.
Error in FireworksGUI (line 141)
'CData', createCData('demo'), ...
Error in FireworksGUI.run (line 398)
FireworksGUI();
Error in startGUI (line 16)
FireworksGUI.run();
test
Fantastic design of the GUI! Have you got any tips for building a GUI with custom image processing tools in toolbar?