MATLAB Effective Ways to Self-Learn MATLAB: Recommendations and Tips from Experts

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Matlab
AI Thread Summary
To effectively self-learn MATLAB, downloading GNU Octave is recommended as a free alternative that is compatible with many MATLAB functions. For those on Windows, using Cygwin can provide a Unix-like environment that includes Octave. While Octave is suitable for learning MATLAB's syntax, Python and SciPy are suggested for a more feature-rich experience, despite differences in syntax. If MATLAB is already available, utilizing the tutorials provided by MathWorks is a practical starting point. Overall, leveraging these resources can enhance the learning process for MATLAB, especially for users on macOS.
member 428835
Hey PF!

Does anyone recommend an effective way to self-learn matlab? What has worked for you? What have you heard that works for others?

I realize MATLAB can be used for a variety of purposes, and as such it is difficult to learn the entire package, but I just want to get my hands dirty with this stuff.

Any suggestions is much appreciated!

sorry if this is in the wrong spot: i really feel this is engineering, but I am sorry if it should be somewhere else.

Thanks!
 
Physics news on Phys.org
Download GNU Octave. It is the free, but uglier, equivalent. Most basic functions/scripts/programs are compatible between the two.

If you aren't on Unix/Linux, download Cygwin, a Unix interface for Windows. If you install everything, it will typically have Octave contained.
 
If you were to go with an open-source source alternative to MATLAB, I'd recommend Python and SciPy. It has many more features than MATLAB, though its syntax is not identical. (MATLAB's language is pretty awful, though, so this is a huge benefit.)

Octave is a good suggestion if you specifically want to use MATLAB's language, but don't wish to buy MATLAB.

That said, if you already have a copy of MATLAB and just want to learn to use it, why not start with the tutorials? MathWorks has already put a lot of effort into educational materials for people like you.
 
thanks guys! i should be specific: I'm working on a mac. specifically version 10.6.8 OS X. i do not have MATLAB now but i know i will need it for school so i am trying to learn it. knowing this, what do you both recommend?

thanks again and sorry for being vague
 

Similar threads

Back
Top