Jeremy Magland Update waves.m
| lib | |
| scripts | |
| damped_wave.m | |
| README.md | |
| waves.m |
numbl sample project#
This project runs MATLAB-syntax .m files in your browser with
numbl. Open a script and press the ▶ button in the
tab bar:
waves.m— damped oscillations: printed output goes to the Output panel at the bottom, the plot opens as Figure 1 in the side bar to the right. Callsdamped_wave.m(functions next to the script are found automatically, like MATLAB's path rules).scripts/surface_demo.m— a 3-D surface. Usesaddpathto call a function from thelib/folder.scripts/animation.m— figures update live during the run (drawnow).scripts/write_results.m— writes a file; it appears in the Explorer when the run finishes.scripts/mip_demo.m— installs theinpolypackage from the mip registry on first run (mip load --install) and uses it. Installed packages are cached in your browser, shared by all projects, and refreshed automatically after 30 minutes of inactivity.
Edits are saved with Ctrl+S and persist in your browser. Runs use the current editor contents, saved or not. Press ⏹ to stop a runaway run.