Running a program without MATLAB IDE

I want to run my code at my customer's computer like an application without downloading MATLAB. It gets ".mat" files as input and shows some graphics with these parameters. Is there any way to do it?

댓글 수: 3

Ameer Hamza
Ameer Hamza 2020년 6월 18일
Maybe MATLAB compile work for this case: https://www.mathworks.com/products/compiler.html
Ann Nguyen
Ann Nguyen 2020년 6월 19일
If something is compiled on MacOs can it be downloaded and ran on Windows? Vice versa Windows to MacOs also
Walter Roberson
Walter Roberson 2020년 6월 19일
No, it has to be compiled on the same kind of operating system it is to be installed on.

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

답변 (2개)

Tushar Patil
Tushar Patil 2020년 6월 18일

0 개 추천

You can create a standalone application from MATLAB. Refer to the following link:
NIYOBUHUNGIRO
NIYOBUHUNGIRO 2023년 7월 13일

0 개 추천

for i=1:4;
for j=5:8;
A(i,j)
end
end
A

댓글 수: 2

NIYOBUHUNGIRO
NIYOBUHUNGIRO 2023년 7월 13일
이동: Walter Roberson 2023년 7월 13일
a=1:1:8
Walter Roberson
Walter Roberson 2023년 7월 13일
I am not clear about whether you are telling us that that particular program does not need the MATLAB IDE to run, or if instead you are telling us that if that section of code is included in a program, that that particular program will not need the MATLAB IDE to run, or if instead you are telling us that if you run that particular program once, that that MATLAB installation will be configured so that no further programs will require the MATLAB IDE to run?

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

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2020년 6월 17일

댓글:

2023년 7월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by