Filter löschen
Filter löschen

MATLAB to C/C++

6 Ansichten (letzte 30 Tage)
Sarah Ghosh
Sarah Ghosh am 21 Jun. 2013
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 Kommentare
Sarah Ghosh
Sarah Ghosh am 21 Jun. 2013
My version is R2009b
Chandrasekhar
Chandrasekhar am 23 Jun. 2013
matlab coder starts with Matlab 2011a.. it doesn't wrk with 2009b

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 21 Jun. 2013
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 Kommentare
Sarah Ghosh
Sarah Ghosh am 28 Jun. 2013
There is an error of R6034, attempt to load C runtime library without manifest. What does this mean?
Sarah Ghosh
Sarah Ghosh am 1 Jul. 2013
Does MATLAB compiler work with Event detection in ode* ?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by