Can I use standalone matlab .exe files without licencing problems?
Show older comments
Hi;
Assume that I have a matlab code which uses image processing toolbox (imaq) and I do not have the licence for that toolbox. Can I create a standalone .exe file and run it on any computer I want without needing the licence?
Thanks.
Accepted Answer
More Answers (1)
Image Analyst
on 30 Jan 2016
0 votes
You cannot compile it into a standalone executable. In fact, since it uses IPT functions and you don't even have that toolbox, you can't even run the m-file program.
However if you find someone else in your company or organization who has both the compiler and IPT then they can compile it into a standalone executable. The Mathworks is okay with that as far as licensing goes. I deploy image processing standalone executables all the time to people in our company who have no version of MATLAB whatsoever installed. Sometimes I even compile for other people in our company who have MATLAB but don't have the compiler. It's perfectly legal and allowed.
Categories
Find more on Introduction to Installation and Licensing 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!