MATLAB to C/C++

6 次查看(过去 30 天)
Sarah Ghosh
Sarah Ghosh 2013-6-21
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 个评论
Sarah Ghosh
Sarah Ghosh 2013-6-21
My version is R2009b
Chandrasekhar
Chandrasekhar 2013-6-23
matlab coder starts with Matlab 2011a.. it doesn't wrk with 2009b

请先登录,再进行评论。

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by