首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

Mathwork+Matlab+编程手册

人工智能 2.2MB 22 需要积分: 1
立即下载

资源介绍:

Introduction to Programming with MATLAB ~ Vanderbilt University
# 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)

资源文件列表:

Introduction to Programming with MATLAB ~ Vanderbilt University.zip 大约有65个文件
  1. introduction-to-programming-with-matlab-master/
  2. introduction-to-programming-with-matlab-master/.gitignore 10B
  3. introduction-to-programming-with-matlab-master/LICENSE 1.03KB
  4. introduction-to-programming-with-matlab-master/README.md 2.78KB
  5. introduction-to-programming-with-matlab-master/assets/
  6. introduction-to-programming-with-matlab-master/assets/certificate.pdf 307.58KB
  7. introduction-to-programming-with-matlab-master/assets/certificate.png 560.04KB
  8. introduction-to-programming-with-matlab-master/week-2/
  9. introduction-to-programming-with-matlab-master/week-2/lesson_1_wrap_up.m 142B
  10. introduction-to-programming-with-matlab-master/week-2/program1.m 79B
  11. introduction-to-programming-with-matlab-master/week-2/test.m 59B
  12. introduction-to-programming-with-matlab-master/week-3/
  13. introduction-to-programming-with-matlab-master/week-3/assets/
  14. introduction-to-programming-with-matlab-master/week-3/assets/question-1.PNG 9.52KB
  15. introduction-to-programming-with-matlab-master/week-3/assets/question-10-2.PNG 12.81KB
  16. introduction-to-programming-with-matlab-master/week-3/assets/question-2.PNG 9.87KB
  17. introduction-to-programming-with-matlab-master/week-3/assets/question-3.PNG 11.97KB
  18. introduction-to-programming-with-matlab-master/week-3/assets/question-4.PNG 7.09KB
  19. introduction-to-programming-with-matlab-master/week-3/assets/question-5.PNG 9.29KB
  20. introduction-to-programming-with-matlab-master/week-3/assets/question-6-2.PNG 15.42KB
  21. introduction-to-programming-with-matlab-master/week-3/assets/question-7.PNG 8.88KB
  22. introduction-to-programming-with-matlab-master/week-3/assets/question-8.PNG 12.46KB
  23. introduction-to-programming-with-matlab-master/week-3/assets/question-9-2.PNG 10.9KB
  24. introduction-to-programming-with-matlab-master/week-3/colon_operators.m 34B
  25. introduction-to-programming-with-matlab-master/week-3/lesson-2-wrap-up.md 401B
  26. introduction-to-programming-with-matlab-master/week-3/matrix_arithmetic.m 106B
  27. introduction-to-programming-with-matlab-master/week-3/matrix_indexing.m 59B
  28. introduction-to-programming-with-matlab-master/week-4/
  29. introduction-to-programming-with-matlab-master/week-4/corners.m 114B
  30. introduction-to-programming-with-matlab-master/week-4/randRange.m 296B
  31. introduction-to-programming-with-matlab-master/week-4/taxi_fare.m 107B
  32. introduction-to-programming-with-matlab-master/week-4/tri_area.m 53B
  33. introduction-to-programming-with-matlab-master/week-5/
  34. introduction-to-programming-with-matlab-master/week-5/minimax.m 205B
  35. introduction-to-programming-with-matlab-master/week-5/randInt.m 193B
  36. introduction-to-programming-with-matlab-master/week-5/taking_input.m 75B
  37. introduction-to-programming-with-matlab-master/week-5/trio.m 138B
  38. introduction-to-programming-with-matlab-master/week-6/
  39. introduction-to-programming-with-matlab-master/week-6/eligible.m 114B
  40. introduction-to-programming-with-matlab-master/week-6/multiTable.m 183B
  41. introduction-to-programming-with-matlab-master/week-6/persistent_variables.m 202B
  42. introduction-to-programming-with-matlab-master/week-6/picker.m 140B
  43. introduction-to-programming-with-matlab-master/week-6/under_age.m 123B
  44. introduction-to-programming-with-matlab-master/week-6/valid_date.m 1.13KB
  45. introduction-to-programming-with-matlab-master/week-6/valid_date_1.m 1.13KB
  46. introduction-to-programming-with-matlab-master/week-7/
  47. introduction-to-programming-with-matlab-master/week-7/freezing.m 80B
  48. introduction-to-programming-with-matlab-master/week-7/halfsum.m 155B
  49. introduction-to-programming-with-matlab-master/week-7/is_leap_year.m 296B
  50. introduction-to-programming-with-matlab-master/week-7/max_sum.m 294B
  51. introduction-to-programming-with-matlab-master/week-7/next_prime.m 134B
  52. introduction-to-programming-with-matlab-master/week-8/
  53. introduction-to-programming-with-matlab-master/week-8/caesar.m 266B
  54. introduction-to-programming-with-matlab-master/week-8/sparse2matrix.m 379B
  55. introduction-to-programming-with-matlab-master/week-9/
  56. introduction-to-programming-with-matlab-master/week-9/Distances.xlsx 659.87KB
  57. introduction-to-programming-with-matlab-master/week-9/Frankenstein-by-Shelley.txt 417.32KB
  58. introduction-to-programming-with-matlab-master/week-9/blur.m 349B
  59. introduction-to-programming-with-matlab-master/week-9/char_counter.m 423B
  60. introduction-to-programming-with-matlab-master/week-9/echo_gen.m 391B
  61. introduction-to-programming-with-matlab-master/week-9/get_distance.m 577B
  62. introduction-to-programming-with-matlab-master/week-9/lenna.png 462.73KB
  63. introduction-to-programming-with-matlab-master/week-9/saddle.m 590B
  64. introduction-to-programming-with-matlab-master/week-9/simple.txt 42B
  65. introduction-to-programming-with-matlab-master/week-9/taking_file_input.m 37B
0评论
提交 加载更多评论
其他资源 C#一个简陋的截图工具-供初学用(我也是菜鸟)
这个上面没有其他多余的代码仅仅是截图的重要部分而已、、、
fe1.1s usb扩展口的原理图
一个比较不算的芯片,做USB扩展口用的,免费给大家分享
拼多多订单批量导出软件工具
很好用的一款永久免费的拼多多订单批量导出工具软件,无需配置,一键导出,小巧方便,界面很简单,操作也很省心,后台运行体积很小。
ASP.NET 2.0快速入门(8)
ASP.NET 2.0快速入门(8):ASP.NET 2.0 web part (Level 300)
讲  师:苏鹏 中国网通技术支持与项目部开发经理 MSDN特邀讲师
课程简介:Web part是ASP.NET 2.0的又一新特性,通过使用web part用户可以在客户端非常容易的重新部署网页的布局。通过本课的学习,听众可以了解到如何设计这种可以结构的网页。
王道操作系统课件 2024
王道408 操作系统课件 2024新版ppt课件
王道操作系统课件 2024 王道操作系统课件 2024 王道操作系统课件 2024
misaka-v3.3.8.zip
misaka-v3.3.8.zip
Spring3.2 jar
包含Spring3.2的一些常用jar文件,比较全的。
QT+FFMPEG 从摄像机拉取rtsp裸h264流,播放并保存到本地
功能: 1. 从摄像头拉rtsp裸h264流 2. 实时播放 3. 视频流实时转换为Mpeg-Ts 4. 改变码率,改变I帧间隔 5. 断线重连 6. ffmpeg版本4.3