Tutorials for Matlab
There are many different ways to learn Matlab:
- In the Matlab go to Help and follow “Get Started with Matlab”
- Oficial webminar from Mathworks: http://www.mathworks.com/academia/student_center/tutorials/player/player/content/CoursePlayer.htm
- MIT introduction to Matlab: http://ocw.mit.edu/courses/mathematics/18-s997-introduction-to-matlab-programming-fall-2011/index.htm
- Mathworks video series: https://www.youtube.com/playlist?list=PLG4WfqoDFRvkPdujlErCsGjjvKTfOyF0A
Below I present a selection of basic concepts from the MathWorks video series. These concepts are all used in the introduction to mocap in Matlab.
Getting startedTry to repeat the instructions.
Try to get used with the Help section. (the interface is different from the actual matlab 2015 but the operation is basically the same) |
|
Working with the interfaceGet used with the interface
Introduction to Toolboxes |
|
Writing scripts in the EditorWrite and store your procedures in Editor
|
|
Working with basic matrices |
|
Introduction to Matrices and CellsImportant concepts used in Mocap Toolbox
|
|
Plotting with Matlab |
|
Working with section (cells) in your code |
|