Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Matlab Stand Alone

Status
Not open for further replies.

mjshaikh

Electrical
Joined
Apr 23, 2006
Messages
3
Location
US
Hi,

I would like to know what the requirements (software/hardware) are to run a stand alone application created created using the "mcc" command in matlab. I compiled the mfiles and can run the Stand Alone on my Computer which already has Matlab installed, but what if I want to run it on a machine without matlab? What is needed to be able to do so?

Thanks in advance.
 
Your question is not making sense. mcc outputs C-code or executable, as explained in the help file.

TTFN



 
I have already converted an m-file to a stand-alone exectuable file. The requirements for running this application are the installation of MAtlab 7.1 Service Pack 3. But how is it is possible to start the executable file on a PC without the installation of Matlab 7.1 Service Pack 3. Please help me!
 
I suggest that you reread the help files.

You're supposed to use the Matlab Component Runtime installer (MCRInstaller) to port the required runtime files to the deployment machine.

TTFN



 
Thanks, i think installing the MCR is sufficient.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top