The Run Time is free?

20 views (last 30 days)
Rodrigo Bernardo
Rodrigo Bernardo on 29 Jan 2020
Edited: Image Analyst on 29 Jan 2020
I need to run in the industry some executable files created in matlab through the runt time, is the software free or what are the prices?
  2 Comments
per isakson
per isakson on 29 Jan 2020
"You can deploy applications and add-ins royalty-free using the MATLAB Runtime"
Hiro Yoshino
Hiro Yoshino on 29 Jan 2020
Yes, it is free to download.
When you compile your code to create executable file, you can also include runtime in the entire distributable package.
This helps other user (without MATLAB) to get runtime, i.e., they do not need to go to the website and download the corresponding runtime explicitly.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 29 Jan 2020
Edited: Image Analyst on 29 Jan 2020
The developer/author needs the MATLAB Compiler program (very expensive). Then he/she compiles the code into a stand alone executable. Then that executable can be deployed to as many people as desired without any of them paying anything (no royalty to the Mathworks). The end user needs to download and run the MATLAB runtime library from here and that is free to the end user.

Categories

Find more on C Shared Library Integration 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!