Anyone here dabble with MATLAB?

Posted by Ross on Jan. 23, 2013, 11:01 p.m.

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.

Comments

Juju 11 years, 3 months ago

I used Matlab briefly about 4 years ago. I don't remember much about it.

Kamira 11 years, 3 months ago

Learning MATLAB right now, I doubt I'll learn too much this semester.

UnionJack 11 years, 3 months ago

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.

Cesar 11 years, 3 months ago

Matlab is amazing dealing with matrices though

Unaligned 11 years, 3 months ago

All I remember are some of the easter eggs. Try throwing in "spy", "penny" or "baby" into the console.

flashback 11 years, 3 months ago

Matlab is an abomination.

Ross 11 years, 3 months ago

How so?

flashback 11 years, 3 months ago

Its syntax is bizarre.

And it indexes things from 1 instead of 0. Heresy!

Ross 11 years, 3 months ago

Yeah the fact that it starts from one has always thrown me off, but what is bizarre about the syntax?

flashback 11 years, 3 months ago

They deviate from standard comparison operators in strange ways, for one.