Regarding Developing and Launching a Commercial Application with a MATLAB Commercial License
8 views (last 30 days)
Show older comments
Is it possible to develop a commercial application by purchasing a MATLAB Commercial License? In such a case, would any additional payment be required? I would greatly appreciate it if you could provide information on MATLAB's commercial license policy.
0 Comments
Answers (2)
Andreas Goser
on 2 Nov 2023
As this is a primarily technical forum, I suggest you contact MathWorks Sales to provide an official answer (and you need that contact anyway to get a quote).
5 Comments
Walter Roberson
on 3 Nov 2023
Is it possible to develop a commercial application by purchasing a MATLAB Commercial License?
Yes. As long as the application is a specific-purpose that does not substantially reproduce Mathworks offerings, you can sell applications you built with a Standard license for whatever you can get.
You will probably want either MATLAB Compiler or MATLAB Coder, or possibly Simulink Coder in order to do compile the MATLAB source code or Simulink into executables.
There are no royalties involved.
If you have a Standard license for a toolbox and the toolbox permits compiling at all, then any executable you build with the toolbox using MATLAB Compiler will not require Mathworks licenses from the user of your executable. Once you have built the executable, all the end-user needs is a copy of your executable, which you can charge whatever you feel appropriate for.
Note, however, that Mathworks does not itself provide any copy protection or DRM or license management facilities, so if you want to prevent people from just copying your executable and handing them around to everyone, then you will need to work out your own licensing scheme.
2 Comments
Walter Roberson
on 3 Nov 2023
Mathworks does not supply any "hooks" for license checks, and does not endorse any licence managers.
See Also
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!