Matlab 工程计算简介
Introduction To Engineering Computing With Matlab
- 3 - How I teach
- 4 - Why do it
- 5 - Course makeup and tools
- 6 - Additional tools for the course
- 7 - Machines vs humans Hard and soft problems
- 8 - Why use machines when performing calculations
- 9 - Modelling vs a real life experiment Why iterate
- 10 - MatLab First introduction
- 11 - Why use MatLab What do we want of a contemporary calculator
- 12 - The power of iterations
- 13 - MatLab Basic usage techniques
- 14 - mfiles More details
- 15 - mfiles Storage and organising
- 16 - mfiles Code structure and formatting
- 17 - mfiles Basic Template Working through code errors
- 18 - Skills required
- 19 - A few words on the Lorentz Transformation
- 20 - Entering Matrices in MatLab
- 21 - Practical example 1 Controlling bulbs brightness
- 22 - Practical example 2 Transmission controller
- 23 - A few words on equations in general Symbolic vs numeric
- 24 - Entering equations as symbolic in MatLab
- 25 - Debrief
- 26 - Automating transposition The essence of Task 1b
- 27 - Implementing automatic transposition in MatLab
- 28 - Debrief
- 29 - Whats next