Can I install the Matlab Runtime in a server to run an Standalone Application created with Matlab compiler?

3 views (last 30 days)
I have a .exe file compiled with the Compiler, and would like to know if this application can be installed in a Windows Server 2003R2 (32-bit), along with the corresponding Matlab Runtime file. I don't have access to the documentation on installing the Matlab Runtime so I cannot check if I'm installing the right version of it.
  1 Comment
Pushpika Wanniachchi
Pushpika Wanniachchi on 9 Jan 2016
Yeah, you need right version or higher version to run your application correctly. If you use executable file to get out put as a html file , you can use apache server to run your application on server.You need to put your application on apache server cgi-bin and call that executable file using php script. Then you can get output as a html page.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 15 Jul 2015
Technically speaking, Yes, it can be done; you will need to match MCR versions but it is just an install.
What needs to be checked is the Terms of Use. Making a compiled executable available on a server might potentially be outside the license conditions, unless perhaps it is for internal use of your organization.
Bring up the documentation in MATLAB by typing
doc
and in the bottom middle there will be a link named Terms of Use. Click on that and start reading. Have coffee or the like on hand. And bubble wrap and/or chocolate, as it can be frustrating reading at times.

Categories

Find more on C Shared Library Integration in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!