I have written a software in MATLAB code. But I want to run it in a machine with MATLAB not installed. How is it possible? I converted it into pcode, but the file still requires MATLAB to run, if not the .m file.Moreover, my MATLAB compiler is not really working.Thanks in advance.

5 commentaires

Chandrasekhar
Chandrasekhar le 21 Juin 2013
you can use a matlab coder to convert your matlab script to C/C++ code
Sarah Ghosh
Sarah Ghosh le 21 Juin 2013
MATLAB coder?
Chandrasekhar
Chandrasekhar le 21 Juin 2013
yes matlab coder will do.. which version of matlab you are using?
Sarah Ghosh
Sarah Ghosh le 21 Juin 2013
My version is R2009b
Chandrasekhar
Chandrasekhar le 23 Juin 2013
matlab coder starts with Matlab 2011a.. it doesn't wrk with 2009b

Connectez-vous pour commenter.

 Réponse acceptée

Sean de Wolski
Sean de Wolski le 21 Juin 2013

2 votes

You can use MATLAB Compiler to deploy your application to a standalone executable. You can then give this to anyone and they can run it without MATLAB installed (though they will have to install the free MCR).
Alternatively, you can use MATLAB Coder to generate portable C-code from your MATLAB algorithm.

4 commentaires

Sarah Ghosh
Sarah Ghosh le 27 Juin 2013
will MATLAB compiler work with ode45?
Walter Roberson
Walter Roberson le 27 Juin 2013
Modifié(e) : Walter Roberson le 27 Juin 2013
Yes. I did not chase back any further than R14 but it was supported even then.
Sarah Ghosh
Sarah Ghosh le 28 Juin 2013
There is an error of R6034, attempt to load C runtime library without manifest. What does this mean?
Sarah Ghosh
Sarah Ghosh le 1 Juil 2013
Does MATLAB compiler work with Event detection in ode* ?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange

Produits

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by