story
As a programming language freak, I must disagree... in what other programming language can you solve a linear system Ax=b in one line
x = A\b
without any external libraries or imports, just with the base language?I never used any official matlab "toolbox", but still love the language via the octave interpreter. It's so clean and straightforward!