Log in

View Full Version : questions about "matlab"


E-Male
22nd March 2005, 08:23
i've got some questions about a program called matlab

i know it's a mathematics program with an own language and support for picture and video processing
the problem is i can find 1000s of guids, but no basic information:

where can i oder it? what does it cost? (or is it only for companies and universities?)

when integrating matlab code into c++ (for example an avisynth plugin) will it work on a computer without matlab installed?
can i distribute code and/or compiled software including matlab code for free?

thx for any help

ac-chan123
22nd March 2005, 09:28
A simple "matlab" at google and the first site was right. It must be so hard to find.:mad: :confused:
http://www.mathworks.com/

Because matlab is closed source and a commercial product you must buy it. If you search for free alternates try R, freemat, octave or scilab.

E-Male
22nd March 2005, 10:22
i've been on that site
but it's badly done, i couldn't find the price
and also no easy answers to my other questions

Wilbert
22nd March 2005, 10:50
when integrating matlab code into c++ (for example an avisynth plugin) will it work on a computer without matlab installed?

I'm not sure what you mean by integrating. But if you want to call matlab within a C++ application, I think you need to have Matlab installed:

http://www.mathworks.com/support/solutions/data/1-1B8DW.html?solution=1-1B8DW&BB=1

http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/ch_java.html#using_the_matlab_engine

Instead of requiring that all of MATLAB be linked to your program (a substantial amount of code), only a small engine communication library is needed.

http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/ch_java2.html#29148

can i distribute code and/or compiled software including matlab code for free?
You mean including your own code? I don't see why not.

About pricing. Matlab student version is 95 dollar + 59 dollar for each toolbox. I guess you need to buy this matlab engine separately.

http://www.mathworks.nl/store/loginLink.do?rtp=homePage

ac-chan123
22nd March 2005, 10:53
You must go into the shop(top left) and do so like you want to buy it. There is not one price, you must select your country, use (studend, commercial, ...) and wich modules you would like. But i can say the absolute basic collection cost > 300 $.

Because mathlab is the script interpreter it must be on the machine you will use the script and you canīt compile it ease.

With the scripts you wrote you can what you will.