Rather then provide you with a complete list of differences, I'll give you my view on the matter.
If you read carefully the wiki page you provide, you'll often see sentences like "Octave supports both, while Matlab requires the first" etc. This shows that Octave's developers try to make Octave syntax "superior" to Matlab's.
My opinion about this aside, this attitude makes Octave lose its purpose completely. The idea behind Octave is (or has become, I should say, see comments below) to have an open source alternative to run m-code. If it tries to be "better", it thus tries to be different, which is not in line with the reasons most people use it for. In my experience, running stuff developed in Matlab doesn't ever work in one go, except for the really simple, really short stuff -- For any sizable function, I always have to translate a lot of stuff before it works in Octave, if not re-write it from scratch. How this is better, I really don't see...
Also, if you learn Octave, there's a lot of syntax allowed in Octave that's not allowed in Matlab. Meaning -- code written in Octave often does not work in Matlab without numerous conversions. It's also not compatible the other way around!
Then, Octave does not have a JIT compiler, while Matlab does. This makes Octave often a lot slower, especially when it comes to loop structures. Because of this, Octave also forces you to use coding structures that are fast in Octave, but in Matlab, another structure would be a lot faster.
Then there's the ever-present issue of liability in GPL licences. In my line of work, end-products often cost several millions of dollars. Flagship products can go as high as tens of billions. If any such thing would fail because of a demonstrable bug in Matlab, the Mathworks can be held (partially) responsible. The GPL states that the authors of GPL licenced software cannot be held responsible in such events.
My advice:
- Find out if your school will pay for Matlab. Often they will.
- If they don't, and if you can scrape together the money, buy Matlab and learn to use it properly. In the long run it's the better decision.
- If you really can't get the money -- use Octave, but learn Matlab's syntax and stay away from Octave-only syntax.
Why this last point? Because in the sciences, there are often large code bases entirely written in Matlab. There are professors, engineers, students, professional coders, lots and lots of people who know all the intricate gory details of Matlab, and not so much of Octave.
If you get a new job, and everyone in your new office speaks Spanish, it's kind of cocky to demand of everyone that they start speaking English from then on, simply because you don't speak/like Spanish. Same with Matlab and Octave.