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 Commenti

Maybe MATLAB compile work for this case: https://www.mathworks.com/products/compiler.html
If something is compiled on MacOs can it be downloaded and ran on Windows? Vice versa Windows to MacOs also
No, it has to be compiled on the same kind of operating system it is to be installed on.

Accedi per commentare.

Risposte (2)

NIYOBUHUNGIRO
NIYOBUHUNGIRO il 13 Lug 2023
for i=1:4;
for j=5:8;
A(i,j)
end
end
A

2 Commenti

NIYOBUHUNGIRO
NIYOBUHUNGIRO il 13 Lug 2023
Spostato: Walter Roberson il 13 Lug 2023
a=1:1:8
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?

Accedi per commentare.

Categorie

Richiesto:

il 17 Giu 2020

Commentato:

il 13 Lug 2023

Community Treasure Hunt

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

Start Hunting!

Translated by