Running a program without MATLAB IDE

37 ビュー (過去 30 日間)
Emin KARTCI
Emin KARTCI 2020 年 6 月 17 日
コメント済み: Walter Roberson 2023 年 7 月 13 日
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 件のコメント
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 日
You can create a standalone application from MATLAB. Refer to the following link:
  1 件のコメント
Emin KARTCI
Emin KARTCI 2020 年 6 月 18 日
Thank you

サインインしてコメントする。


NIYOBUHUNGIRO
NIYOBUHUNGIRO 2023 年 7 月 13 日
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?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by