Is it licensewise allowed to distribute libmat.dll and libmx.dll together with Standalone C/C++ applications, which implement MAT-File read/write Access? Do I and/or the recepient need to have a valid MATLAB license to do this?
5 views (last 30 days)
Show older comments
I have written a C/C++ application which is using the libmat.dll and libmx.dll and compiled it successfully. I can run it accordingly on my machine with MATLAB installed. I'm not using the MATLAB engine, but only the MAT-File-API. Created the application according to https://www.mathworks.com/help/matlab/matlab-c-api-to-read-mat-file-data.html
Am I allowed to distribute this Standalone application to my customers royalty free? Do the customers need to have a valid MATLAB license?
If I interprete this:
correctly, then the consumers of my standalone application need a valid MATLAB license, right? (While technically the application + the libmat.dll/libmx.dll are sufficient to run the application.)
0 Comments
Answers (0)
See Also
Categories
Find more on Get Started with MATLAB Compiler 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!