Question

I have developed code on a m-file script in Matlab that communicates with a Measurement Computing USB-DAQ module, and I'm quite happy with that. The problem is that I don't want to purchase another license for the computer which is running the code. I have looked into Matlab Compiler Runtime tools, and it claims that I can deploy my mcc built executables to be royalty-free. Does that mean I can install the MCRInstaller (copied from the computer in which the Matlab is installed) on the host computer running the final product?

Was it helpful?

Solution

Yes. You install the Matlab Compiler Runtime (MCR) on the host computer that will be running the executable produced by the Matlab compiler.

OTHER TIPS

Yes, you can install MCR and using the Deployment Tool it's easy to create a software package with all the files you need inside.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top