Releases: MathWorks-Teaching-Resources/Numerical-Methods-with-Applications
Releases · MathWorks-Teaching-Resources/Numerical-Methods-with-Applications
v1.0.4
Reorganize navigation and make the module work better in MATLAB Online
1) Add HelperFunctions/OpenOverview.m, Overview.html, Navigation.mlx and Startup.m
2) Update all instructional and application scripts to include return-to-navigation arrows
3) Add corrections to the README and include Open in MATLAB Online links.
4) Add Data to the path in loasStormData to compensate for files that are missing from the project when it is first loaded
5) Update the project to ignore missing files and include new ones
6) Remove the Navigation folder since its contents have moved into HelperFunctions
7) Add appropriate alt-text to images
v1.0.3
Clarify that implementation is needed in the .m files
- eulerMethod.m is not implemented and simply returns the initial values
- gauss2pt.m is not implemented and simply returns the average value
- simpsonsRule.m is not implemented and simply returns 0
- eulerMethodDE.m is not implemented and simply returns the initial values
- rk4.m is not implemented and returns nothing as it contains only comments
If you are a faculty member who would like solution implementations for
reference, please contact onlineteaching@mathworks.com
This release also fixes the name of the function to match the name of the file in eulerMethodDE.m.