This repository contains three project part of MATLAB Onramp course by MathWorks to get started with MATLAB.
- Electricity Usage and Prices | MathWorks Course Link
This project plot and compare, electricity usage and prices for various economic sectors.
- Audio Frequency | MathWorks Course Link
This project plot a signal that contains beat phenomenon and then analyze the signal's frequency content.
- Stellar Motion | MathWorks Course Link
This project finds the determine how fast the star is moving away from earth by using the wavelength characteristic spectrum of star.
You will find README.md
file in each project directory. First fork the repository to run projects locally with octave
or MATLAB
. Then follow the instructions of README.md
file to run any project.
Awesome! You should make a pull request fixing either any of listed issues of repository or TODO
tag of repository. You can find all TODO
tag in repository with git grep TODO
. Please contact me directly for any further detail.
This project is part of MathWorks's MATLAB Onramp Course