top of page
Numerical Methods Visualizer

Numerical integration module of the app

ODE solver module of the app

Numerical integration module of the app
1/2
Click the image(s) to view them in fullscreen!
Many numerical methods can be difficult to comprehend purely based on theory and formulae, which is why I designed a MATLAB app with interactive visualizations of various numerical methods concepts learned in class. Currently, the app supports various numerical integration methods (trapezoidal, Simpson’s, Riemann integration) and some ODE solving methods (Euler’s method, MATLAB’s ode45). The app was designed using MATLAB’s app designer, which combines a clean drag-and-drop interface with the ability to customize the object-oriented code to design different modules for the app.
Click the button to download some files I made for this project
bottom of page