Author Topic: Matlab Home Edition!  (Read 15257 times)

0 Members and 1 Guest are viewing this topic.

Offline FsckTopic starter

  • Super Contributor
  • ***
  • Posts: 1157
  • Country: ca
  • sleep deprived
Matlab Home Edition!
« on: March 15, 2014, 05:06:47 am »
did a forum search but didnt see this:

Looks like they finally coughed up a home edition for matlab. the crappy thing is that all the little toolboxes are optional. 150$ USD gets you the base version. The bad news is that all the toolboxes will cost you 45$ each and the total of that cost makes the base copy look cheap. For me, I'd want 15 of the toolboxes... which comes to 675$ for the toolboxes alone.
"This is a one line proof...if we start sufficiently far to the left."
 

Offline Neganur

  • Supporter
  • ****
  • Posts: 1169
  • Country: fi
Re: Matlab Home Edition!
« Reply #1 on: March 15, 2014, 04:36:25 pm »
Do you really need all those toolboxes? I'd use maybe 3 of them for a standard math package. The DAQ / instrument control boxes aren't really needed.
 

Offline FsckTopic starter

  • Super Contributor
  • ***
  • Posts: 1157
  • Country: ca
  • sleep deprived
Re: Matlab Home Edition!
« Reply #2 on: March 15, 2014, 04:39:54 pm »
Do you really need all those toolboxes? I'd use maybe 3 of them for a standard math package. The DAQ / instrument control boxes aren't really needed.

laziness is the reason to use matlab. otherwise, you might as well streamline your programming and avoid Java, and Matlab (at least versions I've used, matlab's memory leaks).
matlab isn't really a math package anyways
"This is a one line proof...if we start sufficiently far to the left."
 

Offline dc101

  • Regular Contributor
  • *
  • Posts: 220
  • Country: us
Re: Matlab Home Edition!
« Reply #3 on: March 15, 2014, 04:51:39 pm »
did a forum search but didnt see this:

Looks like they finally coughed up a home edition for matlab. the crappy thing is that all the little toolboxes are optional. 150$ USD gets you the base version. The bad news is that all the toolboxes will cost you 45$ each and the total of that cost makes the base copy look cheap. For me, I'd want 15 of the toolboxes... which comes to 675$ for the toolboxes alone.

Still not a bad price for a full fledged version of Matlab.  I added all the RF/Simulink electronics toolboxes and came to $599 total, including Matlab.
 

Offline Prime73

  • Regular Contributor
  • *
  • Posts: 174
  • Country: ca
Re: Matlab Home Edition!
« Reply #4 on: March 15, 2014, 04:53:18 pm »
Just curious. What do you MathLab for?
 

Offline MasterBuilder

  • Regular Contributor
  • *
  • Posts: 86
Re: Matlab Home Edition!
« Reply #5 on: March 15, 2014, 05:15:22 pm »
Just curious. What do you MathLab for?

Its Matlab not Mathlab.

Its industry standard for system design, take a look on the website, basically a software package to design, debug and simulate any thing you can dream of!
 

Offline arekm

  • Supporter
  • ****
  • Posts: 165
  • Country: pl
Re: Matlab Home Edition!
« Reply #6 on: March 15, 2014, 05:38:15 pm »
I wonder... did you try to use octave instead of matlab? https://www.gnu.org/software/octave/
 

Offline Prime73

  • Regular Contributor
  • *
  • Posts: 174
  • Country: ca
Re: Matlab Home Edition!
« Reply #7 on: March 15, 2014, 07:20:36 pm »
ok Matlab :) I thought it's used more in fundamental science for algorithms development, data analysis, etc. How do you it in electronics design, etc? any examples?

Just curious. What do you MathLab for?

Its Matlab not Mathlab.

Its industry standard for system design, take a look on the website, basically a software package to design, debug and simulate any thing you can dream of!
 

Online IanB

  • Super Contributor
  • ***
  • Posts: 12476
  • Country: us
Re: Matlab Home Edition!
« Reply #8 on: March 15, 2014, 08:17:58 pm »
ok Matlab :) I thought it's used more in fundamental science for algorithms development, data analysis, etc. How do you it in electronics design, etc? any examples?

When you design a system you do two things: (1) you set up a model of the system you are designing and then try to adjust the model to do exactly what you want; (2) you try to make sure the model accurately represents how the real system would behave were you to build it.

With simple designs you can often do this with pencil and paper, back of the envelope calculations, rules of thumb, etc.

With more complex designs you need some kind of computation and modeling tool to help you do the calculations and model validation that you can't easily do by hand. This is where a tool like Matlab comes in. Matlab isn't the only tool that can help with this, but Matlab is widely used because it is very general purpose and extensible. You can adapt it to almost anything, which makes it less constraining than specialist tools such as Spice.
 

Offline daqq

  • Super Contributor
  • ***
  • Posts: 2321
  • Country: sk
    • My site
Re: Matlab Home Edition!
« Reply #9 on: March 16, 2014, 09:55:19 am »
Quote
I wonder... did you try to use octave instead of matlab? https://www.gnu.org/software/octave/
I use scilab for my matlabish needs. Also, it has a simulink like thingie. There are more open source packages out there - R, Octave, Scilab...
Believe it or not, pointy haired people do exist!
+++Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
 

Offline nowlan

  • Frequent Contributor
  • **
  • Posts: 649
  • Country: au
 

Offline Kohanbash

  • Regular Contributor
  • *
  • Posts: 175
  • Country: us
    • Robots for Roboticists
Re: Matlab Home Edition!
« Reply #11 on: March 16, 2014, 03:45:15 pm »
Hi
If you do not need the toolboxes then Octave is often a good solution instead of Matlab
https://www.gnu.org/software/octave/
Robots for Roboticists Blog - http://robotsforroboticists.com/
 

Offline Hypernova

  • Supporter
  • ****
  • Posts: 655
  • Country: tw
Re: Matlab Home Edition!
« Reply #12 on: March 16, 2014, 04:47:58 pm »
Meh, excel serves me just fine, I find it funny that I get the thousand yard stares from the interns when I tell them to turn their shiny algo in matlab to C so it actually does something for real. Yes I know there's a C generator but everyone who tried it had less than stellar opinions.
 

Offline Lukas

  • Frequent Contributor
  • **
  • Posts: 412
  • Country: de
    • carrotIndustries.net
Re: Matlab Home Edition!
« Reply #13 on: March 16, 2014, 05:00:09 pm »
For everyday number crunching/signal processing I prefer numpy/scipy/matplotib over MATLAB. It's so much better designed and not as cluttered as MATLAB (namespaces, keyword arguments, function scoping, object oriented standard library, hexadecimal/binary literals, ...)
 

Offline Bored@Work

  • Super Contributor
  • ***
  • Posts: 3932
  • Country: 00
Re: Matlab Home Edition!
« Reply #14 on: March 16, 2014, 06:19:04 pm »
Meh, excel serves me just fine, I find it funny that I get the thousand yard stares from the interns when I tell them to turn their shiny algo in matlab to C so it actually does something for real.

But that is not a defect of Matlab. That is a defect of your interns not being able to specify an algorithm in a programming language independent way.

In the 1960th good old Donald Knuth already defined a way to specify computer algorithms in a programming language independent way. Published as part of and used in his The Art of Computer Programming volume 1 book. And he was maybe not even the first. Since then methods have been improved over time.

Interns not knowing the basics maybe skipped class on to often.

Quote
Yes I know there's a C generator but everyone who tried it had less than stellar opinions.

That's typical for machine translations of programming languages. Maybe sometime in the future someone at Google will be bored and will apply their knowledge of machine translation of human languages to the translation of programming languages.
I delete PMs unread. If you have something to say, say it in public.
For all else: Profile->[Modify Profile]Buddies/Ignore List->Edit Ignore List
 

Offline Noise Floor

  • Regular Contributor
  • *
  • Posts: 117
  • Country: us
Re: Matlab Home Edition!
« Reply #15 on: March 17, 2014, 03:17:29 am »
Just curious. What do you MathLab for?

Its Matlab not Mathlab.

Its industry standard for system design, take a look on the website, basically a software package to design, debug and simulate any thing you can dream of!

Actually it's MATLAB, not Matlab. ;)
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf