Actully sir I am having a problem that i can't find the way how to convert my .m file to .c file. I will be very greatful to u if u can answer my question as soon as possible

답변 (2개)

Andreas Goser
Andreas Goser 2011년 9월 28일

2 개 추천

"MATLAB Coder™ generates standalone C and C++ code from MATLAB® code. The generated source code is portable and readable. MATLAB Coder supports a subset of core MATLAB language features, including program control constructs, functions, and matrix operations. It can generate MEX functions that let you accelerate computationally intensive portions of MATLAB code and verify the behavior of the generated code."

댓글 수: 1

Walter Roberson
Walter Roberson 2011년 9월 28일
Note, Dheeraj, that MATLAB Coder is not the same product as the MATLAB Compiler; the Compiler Toolbox cannot generate .c files, just executables.
Also note that "MATLAB Coder" is the name for the recent refinement and continuation of an older product line that had a different name. The exact initial release slips my mind at the moment, either R2010a or R2011a; if you are using an older version than you would need the equivalent older products.

댓글을 달려면 로그인하십시오.

Nagaraj Selvaraj
Nagaraj Selvaraj 2017년 1월 27일

0 개 추천

Can you still give a more specific answer? Thanks in advance.

댓글 수: 1

Steven Lord
Steven Lord 2017년 1월 27일
The tutorials for MATLAB Coder walk through the process of creating C code from MATLAB code.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

질문:

2011년 9월 28일

댓글:

2017년 1월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by