How do you get started with MATLAB
?
Hints/Links to some must read/watch tutorials/screen-casts would be great!
Update: I know C/C++/Java
How do you get started with MATLAB
?
Hints/Links to some must read/watch tutorials/screen-casts would be great!
Update: I know C/C++/Java
How about the tutorials that are in the built-in Matlab help?
How about the MATLAB Getting Started Guide?
Mathworks has very thorough documentation, both online and built in. Simply type
help functionName
or doc functionName
in the command window to pull up the documentation.
MATLAB also has built in tutorials. For example, enter the following into the command line:
playbackdemo('GettingStartedwithMATLAB', 'toolbox/matlab/demos/html')
I no particular order:
http://blogs.mathworks.com/videos/category/matlab-basics/
These are a bunch of videos I made on the use of MATLAB.