필터 지우기
필터 지우기

Are Matlab Compiler and Matlab Runtime the same?

조회 수: 10 (최근 30일)
Amend
Amend 2015년 9월 27일
댓글: Amend 2015년 9월 27일
I want to turn my GUI program into a standalone .exe file. So I can provide it to my end users who have no any Matlab products in their computers.
I know that I need compiler to realise it. When I checked matlab website, I found another thing named Mmatlab Rruntime. The website said that Matlab Runtime is a shared library. Does it mean that I should install both Matlab Compiler and Matlab Runtime in my computer, then I can change my GUI program into .exe file? Another thing that I want to know is users' computers also need install Matlab Runtime software if they run .exe file in their computers.
By the way, I have no compilers installed in my compiler such as visual c/c++ and Microsoft Software Development Kit (SDK). Should I need these softwares when runing Matlab compiler.
Can anyone provide a list which explains which softwares are needed in my computer and which softwares are needed in end users' computers?
Thank you

채택된 답변

the cyclist
the cyclist 2015년 9월 27일
편집: the cyclist 2015년 9월 27일
The person who owns MATLAB (you), creates a program and deploys an executable file with MATLAB Compiler.
The person who does not own MATLAB uses MATLAB Runtime to run that executable.
  댓글 수: 2
Image Analyst
Image Analyst 2015년 9월 27일
Just to add...you can also install the MCR runtime library if you want to test the executable you made on your own computer.
I think, but am not sure, that if you don't have a compiler such as Microsoft Visual Studio, that there is a built-in one that comes with the Compiler toolbox that you can use.
Amend
Amend 2015년 9월 27일
Thank you very much.
You mean that no computer cannot run .exe file if Matlab Runtime is not installled (end user side).

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by