tags:

views:

58

answers:

4

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

A: 

How about the tutorials that are in the built-in Matlab help?

Oli Charlesworth
+2  A: 

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')
Doresoom
+1  A: 

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.

MatlabDoug
cool! thanks :)
Vaibhav Bajpai
A: 

klik on the help button,, you can find all things you need to know about matlab.. many people become expert in matlab only by read the help facilities..

related questions