We use MATLAB a lot in my Engineering studies, but as far as programming goes the thing is just a glorified calculator on steroids. I've heard of people actually making playable games and even executables using it, and I immediately wondered if anyone in the wonderful land of 64D ever tried anything like it. I know the syntax in MATLAB is incredibly similar to C++ so it wouldn't be all that difficult in theory.
But anyway, to make this more like a blog. I'm almost halfway through Mechanical Engineering studies and MATLAB + AutoCAD/Solidworks for 3D modelling is definitely the most fun I have in any of my classes. I really do think using GM as a young teenager really helped my ability to jump right into programming in any language and become proficient immediately after learning the syntax. The algorithm building crap is just learned after repeated trial and error, so I owe Mark Overmars a little credit once I eventually get done with school. I've pulled a nice 3.93 GPA too, so life is going pretty smooth.Finally, word on the street is that 64D people are sexier then your average Joe Schmoe. I think I can confirm. Good work guys.
I used Matlab briefly about 4 years ago. I don't remember much about it.
Learning MATLAB right now, I doubt I'll learn too much this semester.
I don't know if you can actually compile in Matlab, but my brother is in nanotech engineering and he's sent me graphs and data simulations, and I ran them in a GNU equivalent called Octave. Might help with program distribution.
Matlab is amazing dealing with matrices though
All I remember are some of the easter eggs. Try throwing in "spy", "penny" or "baby" into the console.
Matlab is an abomination.
How so?
Its syntax is bizarre.
And it indexes things from 1 instead of 0. Heresy!Yeah the fact that it starts from one has always thrown me off, but what is bizarre about the syntax?
They deviate from standard comparison operators in strange ways, for one.