Re: C#? and Matlab? which one has future?



Vectorization is the best thing about Matlab. Yes, it takes a while
to learn how to program without all those FOR loops, but once you get
it, you can write much more concise code, that executes faster. I
especially like the logical indexing, and using the set functions
(ismember, intersect, setdiff, unique, etc.) for finding just the
data I need in a large dataset.

I also find the compiler really useful. I can write an app to
address some specific analysis need, and distribute it to any of the
90,000+ employees at my company who may need it, and they don't need
a license or any Matlab knowledge to run it. Just last week I took a
bunch of functions I'd developed for doing analysis and visualization
and bundled them as an app. I had it working in two days, with data
I/O, 12 different kinds of plots, reports, printing and copying. The
compiled executable and .ctf are 500 KB. Yes, the MCR is a lot
bigger, but it only has to be installed once to use any app you
write.

Our web developer wrote a web-based app to access one of our
databases, do some simple analysis an plot the results. It took him
two months. I wrote a stand-alone app to do essentially the same
thing, only with more features, and it took me a week. (In case
you're wondering why I did this, I just got sick of waiting for him
to implement the features I wanted.)

I'm never going back to C! FOR loops? Pointers? Declaring
variables? Just shoot me now...

Mike
.



Relevant Pages

  • MacHeist software bundle for $49
    ... Thought you might like to know about a very good software bundle ... There's mass speculation on the site that at least another app will be ... early access to CoverSutra 2, which features brand new music search, ... Snapz Pro is currently locked, and will be made available for all ...
    (comp.sys.mac.system)
  • MacHeist software bundle for $49
    ... Thought you might like to know about a very good software bundle ... There's mass speculation on the site that at least another app will be ... early access to CoverSutra 2, which features brand new music search, ... Snapz Pro is currently locked, and will be made available for all ...
    (comp.sys.mac.apps)
  • MacHeist software bundle for $49
    ... Thought you might like to know about a very good software bundle ... There's mass speculation on the site that at least another app will be ... early access to CoverSutra 2, which features brand new music search, ... Snapz Pro is currently locked, and will be made available for all ...
    (de.comp.sys.mac.misc)
  • MacHeist software bundle for $49
    ... Thought you might like to know about a very good software bundle ... There's mass speculation on the site that at least another app will be ... early access to CoverSutra 2, which features brand new music search, ... Snapz Pro is currently locked, and will be made available for all ...
    (uk.comp.sys.mac)
  • Re: Dependency Management (Was: Mixing P/R philosophy with OO)
    ... usually wants to see their "draft" features list before they are ... needed more than that is when the app language does not support local ... If the specs say the software needs to account for parking fees, ... This reminds me of the cabinet design software I had to use when i ...
    (comp.object)

Loading