Skip to content

Releases: MathWorks-Teaching-Resources/Numerical-Methods-with-Applications

v1.0.4

25 Aug 22:11
Compare
Choose a tag to compare
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

03 Jun 19:30
Compare
Choose a tag to compare

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.

v1.0.2

12 May 14:07
Compare
Choose a tag to compare

Add a note to the Support section of the README to explain that there are solutions available to instructors upon request.

v1.0.1

11 May 12:44
Compare
Choose a tag to compare

Minor update to add link to File Exchange.

v1.0.0

11 May 12:31
Compare
Choose a tag to compare

Initial release of 5 instructional interactive live scripts, 3 application live scripts, and supporting documents.