Limitations of MATLAB Compiler SDK Free Trial?
27 views (last 30 days)
Show older comments
Hello, I'm interested in using the MATLAB Compiler SDK to create a C++ app UI that will call my MATLAB functions. I'm unable to find info regarding the free trial version on the Compiler SDK page though. These are my questions:
1) How long is the free trial version of MATLAB Compiler SDK? How much does it cost to purchase under a student license?
2) If I use MATLAB Compiler SDK to create a shared C++ library for use in my app, will it continue to work after the trial has expired?
Thank you.
0 Comments
Answers (2)
Hitesh
on 23 Dec 2024 at 6:41
Edited: Hitesh
on 24 Dec 2024 at 4:49
The price of licenses varies depending on the categories and licenced type that you will be purchasing. Free trials of MATLAB Compiler SDK are of 30 days. However it is not available under student's license. For more information regarding the prices of license,kindly refer to the following MATLAB website:
Regarding the functionality after Trial Expiration: Trial toolboxes will not get compiled into the application/component when using a non-trial matlab compiler. Additionally, if you use a trial version of the MATLAB Compiler, the resulting application or component will expire 30 days after compilation.
0 Comments
Walter Roberson
on 23 Dec 2024 at 7:00
Free trials of MATLAB Compiler SDK are 30 days.
However, MATLAB Compiler SDK is not available under a Student license.
If I recall correctly, anything compiled under the Trial version of the compiler tools, expires when the Trial expires.
1 Comment
Walter Roberson
on 23 Dec 2024 at 12:04
Correction: trail license compiled items expire 30 days after they are compiled.
https://www.mathworks.com/matlabcentral/answers/303606-could-i-use-matlab-compiler-sdk-as-trial-to-deploy-stand-alone-exe-for-my-matlab-script-in-trial-mod#answer_235227
See Also
Categories
Find more on MATLAB Compiler SDK in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!