{"id":21838597,"url":"https://github.com/tsg405/matlab--coursera","last_synced_at":"2025-10-14T10:10:49.014Z","repository":{"id":39909798,"uuid":"314972963","full_name":"TSG405/MATLAB--COURSERA","owner":"TSG405","description":"Contains -- Code snippets for MATLAB CODING ASSIGNMENTS, in Coursera.","archived":false,"fork":false,"pushed_at":"2020-12-22T05:51:45.000Z","size":64,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T08:50:39.106Z","etag":null,"topics":["matlab","matlab-environment","matrices"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TSG405.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-22T06:17:45.000Z","updated_at":"2023-03-16T05:56:15.000Z","dependencies_parsed_at":"2022-08-31T15:00:48.725Z","dependency_job_id":null,"html_url":"https://github.com/TSG405/MATLAB--COURSERA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TSG405/MATLAB--COURSERA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSG405%2FMATLAB--COURSERA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSG405%2FMATLAB--COURSERA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSG405%2FMATLAB--COURSERA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSG405%2FMATLAB--COURSERA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TSG405","download_url":"https://codeload.github.com/TSG405/MATLAB--COURSERA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSG405%2FMATLAB--COURSERA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018771,"owners_count":26086449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matlab","matlab-environment","matrices"],"created_at":"2024-11-27T21:12:28.768Z","updated_at":"2025-10-14T10:10:48.989Z","avatar_url":"https://github.com/TSG405.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MATLAB--COURSERA\n\nThis REPOSITORY consists of MATLAB code scripts + quiz solutions to the course \"Introduction to Programming with MATLAB ~~ by Vanderbilt University\", COURSERA.\n# Introduction to Programming with MATLAB ~ Vanderbilt University\n\n![problems-solved](https://img.shields.io/badge/Problems%20Solved-100%25-1abc9c.svg)\n\n## 📖 Overview\n- [Week 1: Course Pages](week-1-course-pages) \n- [Week 2: The MATLAB Environment](#week-2-the-matlab-environment) \n- [Week 3: Matrices and Operators](#week-3-matrices-and-operators) \n- [Week 4: Functions](#week-4-functions)\n- [Week 5: Programmer's Toolbox](#week-5-programmers-toolbox)\n- [Week 6: Selection](#week-6-selection) \n- [Week 7: Loops](#week-7-loops) \n- [Week 8: Data Types](#week-8-data-types) \n- [Week 9: File Input/Output](#week-9-file-inputoutput)\n\n\n## Week 1: Course Pages\nNo Graded Assignment or Quiz!\n\n## Week 2: The MATLAB Environment\n### Programming Assignments\n- [MATLAB as a Calculator](WEEK-2/Matlab_calculation.m)\n- [Lesson 1 Wrap-Up](WEEK-2/Lesson1_Wrap_Up.m)\n\n## Week 3: Matrices and Operators\n### Programming Assignments\n- [Assignment: Colon Operators](WEEK-3/Colon_Operator.m)\n- [Assignment: Matrix Indexing](WEEK-3/Matrix_Indexing.m)\n- [Assignment: Matrix Arithmetic](WEEK-3/Matrix_Arithmetic.m)\n\n### Quizzes\n- [Lesson 2 Wrap Up](WEEK-3/Quiz.txt)\n\n## Week 4: Functions\n### Programming Assignments\n- [Assignment: A Simple Function](WEEK-4/tri_area.m)\n- [Assignment: Multiple Outputs](WEEK-4/corners.m)\n- [Assignment: Lesson 3 Wrap-Up](WEEK-4/taxi_fare.m)\n\n## Week 5: Programmer's Toolbox\n### Programming Assignments\n- [Assignment: Built-In Functions](WEEK-5/minimax.m)\n- [Assignment: Matrix Construction](WEEK-5/trio.m)\n\n## Week 6: Selection\n### Programming Assignments\n- [Assignment: If-Statement Practice](WEEK-6/picker.m)\n- [Assignment: More Practice](WEEK-6/eligible.m)\n- [Assignment: nargin](WEEK-6/under_age.m)\n- [Assignment: Lesson 5 Wrap-Up](WEEK-6/valid_date.m)\n\n## Week 7: Loops\n### Programming Assignments\n- [Assignment: for-loop Practice](WEEK-7/halfsum.m)\n- [Assignment: while-loop Practice](WEEK-7/next_prime.m)\n- [Assignment: Logical Indexing](WEEK-7/freezing.m)\n- [Lesson 6 Wrap-Up](WEEK-7/max_sum.m)\n\n## Week 8: Data Types\n### Programming Assignments\n- [Assignment: Character Vectors](WEEK-8/caesar.m)\n- [Assignment: Using Cell Arrays](WEEK-8/sparse2matrix.m)\n\n## Week 9: File Input/Output\n### Programming Assignments\n- [Assignment: Excel Files](WEEK-9/get_distance.m)\n- [Assignment: Text Files](WEEK-9/char_counter.m)\n- [Assignment: Saddle Points](WEEK-9/saddle.m)\n- [Assignment: Image Blur](WEEK-9/blur.m)\n- [Assignment: Echo Generator](WEEK-9/echo_gen.m)\n\n\n\n\n\n\n## ~ REGARDS .................... (https://tsg405.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsg405%2Fmatlab--coursera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsg405%2Fmatlab--coursera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsg405%2Fmatlab--coursera/lists"}