Reputation: 10944
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?
Upvotes: 4
Views: 3383
Reputation:
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.
Upvotes: 1
Reputation: 29139
Yes. You install the Matlab Compiler Runtime (MCR) on the host computer that will be running the executable produced by the Matlab compiler.
Upvotes: 5