Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.72 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.72 KB

MATLAB Onramp projects

This repository contains three project part of MATLAB Onramp course by MathWorks to get started with MATLAB.

  1. Electricity Usage and Prices | MathWorks Course Link

This project plot and compare, electricity usage and prices for various economic sectors.

  1. Audio Frequency | MathWorks Course Link

This project plot a signal that contains beat phenomenon and then analyze the signal's frequency content.

  1. 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.

How to run?

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.

IF you want to contribute to this repository:

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