필터 지우기
필터 지우기

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