Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishlearnstocode/introduction-to-programming-with-matlab
Coursera Course: Introduction to Programming 👩💻 with MATLAB ~by Vanderbilt University 🎓
https://github.com/anishlearnstocode/introduction-to-programming-with-matlab
audio-processing coursera coursera-solutions file-io functions image-processing matlab matlab-gui programming quizzes solutions solutions-repository vanderbilt-university
Last synced: 28 days ago
JSON representation
Coursera Course: Introduction to Programming 👩💻 with MATLAB ~by Vanderbilt University 🎓
- Host: GitHub
- URL: https://github.com/anishlearnstocode/introduction-to-programming-with-matlab
- Owner: anishLearnsToCode
- License: mit
- Created: 2020-07-07T04:52:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T06:05:12.000Z (over 3 years ago)
- Last Synced: 2024-05-01T20:16:00.260Z (8 months ago)
- Topics: audio-processing, coursera, coursera-solutions, file-io, functions, image-processing, matlab, matlab-gui, programming, quizzes, solutions, solutions-repository, vanderbilt-university
- Language: MATLAB
- Homepage:
- Size: 2.18 MB
- Stars: 92
- Watchers: 5
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Programming with MATLAB ~ Vanderbilt University
[![course-list](https://img.shields.io/badge/also%20see-Other%20Coursera%20Courses-fe4523.svg)](https://github.com/anishLearnsToCode/course-list#coursera)
![problems-solved](https://img.shields.io/badge/Problems%20Solved-100%25-1abc9c.svg)📹[My YouTube Channel](https://www.youtube.com/channel/UC6zEtIjpypm8gADSdHMP5vg)
## 📖 Overview
- [Week 1: Course Pages](week-1-course-pages)
- [Week 2: The MATLAB Environment](#week-2-the-matlab-environment)
- [Week 3: Matrices and Operators](#week-3-matrices-and-operators)
- [Week 4: Functions](#week-4-functions)
- [Week 5: Programmer's Toolbox](#week-5-programmers-toolbox)
- [Week 6: Selection](#week-6-selection)
- [Week 7: Loops](#week-7-loops)
- [Week 8: Data Types](#week-8-data-types)
- [Week 9: File Input/Output](#week-9-file-inputoutput)
- [Certificate](#-certificate)## Week 1: Course Pages
No Graded Assignment or Quiz## Week 2: The MATLAB Environment
### Programming Assignments
- [MATLAB as a Calculator](week-2/program1.m)
- [Lesson 1 Wrap-Up](week-2/lesson_1_wrap_up.m)## Week 3: Matrices and Operators
### Programming Assignments
- [Assignment: Colon Operators](week-3/colon_operators.m)
- [Assignment: Matrix Indexing](week-3/matrix_indexing.m)
- [Assignment: Matrix Arithmetic](week-3/matrix_arithmetic.m)### Quizzes
- [Lesson 2 Wrap Up](week-3/lesson-2-wrap-up.md)## Week 4: Functions
### Programming Assignments
- [Assignment: A Simple Function](week-4/tri_area.m)
- [Assignment: Multiple Outputs](week-4/corners.m)
- [Assignment: Lesson 3 Wrap-Up](week-4/taxi_fare.m)## Week 5: Programmer's Toolbox
### Programming Assignments
- [Assignment: Built-In Functions](week-5/minimax.m)
- [Assignment: Matrix Construction](week-5/trio.m)## Week 6: Selection
### Programming Assignments
- [Assignment: If-Statement Practice](week-6/picker.m)
- [Assignment: More Practice](week-6/eligible.m)
- [Assignment: nargin](week-6/under_age.m)
- [Assignment: Lesson 5 Wrap-Up](week-6/valid_date.m)## Week 7: Loops
### Programming Assignments
- [Assignment: for-loop Practice](week-7/halfsum.m)
- [Assignment: while-loop Practice](week-7/next_prime.m)
- [Assignment: Logical Indexing](week-7/freezing.m)
- [Lesson 6 Wrap-Up](week-7/max_sum.m)## Week 8: Data Types
### Programming Assignments
- [Assignment: Character Vectors](week-8/caesar.m)
- [Assignment: Using Cell Arrays](week-8/sparse2matrix.m)## Week 9: File Input/Output
### Programming Assignments
- [Assignment: Excel Files](week-9/get_distance.m)
- [Assignment: Text Files](week-9/char_counter.m)
- [Assignment: Saddle Points](week-9/saddle.m)
- [Assignment: Image Blur](week-9/blur.m)
- [Assignment: Echo Generator](week-9/echo_gen.m)## 🎓 [Certificate](http://coursera.org/verify/3S3AANA8JQTN)
![certificate](assets/certificate.png)