how to make .exe file by MatLab
-
I want to make my project (witch I did it with Matlab) I want to make it runs on any PC without the need of Matlab program to be on this PC. in other words...I want to make my project an (.exe) file. how can I do that please???
You will have to buy the MatLab compiler.
Regards, Tim
-
I want to make my project (witch I did it with Matlab) I want to make it runs on any PC without the need of Matlab program to be on this PC. in other words...I want to make my project an (.exe) file. how can I do that please???
Check if "mcc" command works in your Matlab console.
Regards, Arun Kumar.A
-
Check if "mcc" command works in your Matlab console.
Regards, Arun Kumar.A
-
You will have to buy the MatLab compiler.
Regards, Tim
-
I didnt understand I wrote help mcc on my matlab command window.... I read what is written.... but how can I convert a matlab project to .exe file that dosent need matlab program to run... note: I'm using matlab 6.5 or 7
you could ask in the matlab forums or help discussion. http://www.mathworks.com/matlabcentral/
Maximilien Lincourt Your Head A Splode - Strong Bad
-
I didnt understand I wrote help mcc on my matlab command window.... I read what is written.... but how can I convert a matlab project to .exe file that dosent need matlab program to run... note: I'm using matlab 6.5 or 7
mcc -m main.m where main.m is the starting function (Entry point)of the project. An exe file named "main.exe" will be created along with other files and folders. For further details google with "mcc option for matlab". Hope that helps you.
Regards, Arun Kumar.A
-
mcc -m main.m where main.m is the starting function (Entry point)of the project. An exe file named "main.exe" will be created along with other files and folders. For further details google with "mcc option for matlab". Hope that helps you.
Regards, Arun Kumar.A
-
I didnt understand I wrote help mcc on my matlab command window.... I read what is written.... but how can I convert a matlab project to .exe file that dosent need matlab program to run... note: I'm using matlab 6.5 or 7
Hello, U can use MatLab com builder or MatLab builder for .net . Better to use 7.0 version and above. U need matlab run time libs to run matlab com builder generated dlls. here find more info here http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/index.html?/access/helpdesk/help/toolbox/compiler/rn/bq249ht.html&http://www.mathworks.com/products/new_products/latest_features.html?s_cid=HP_RH_2007a[Here] BY BAIJUMAX "Knowledge is in the form of liquid, U can transfer it to anywhere"