- http://www.mathworks.com/matlabcentral/fileexchange/27151-writing-matlab-cmex-code
- http://www.mathworks.com/help/techdoc/matlab_external/f12977.html
- http://www.mathworks.com/support/tech-notes/1600/1622.html
Run C program
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to do c programming using matlab..
Can any one guide me what are the steps needed?
댓글 수: 0
답변 (1개)
Jan
2011년 4월 30일
Ask Google. Find:
Look at the examples shipped with Matlab:
cd(fullpath(matlabroot, 'extern', 'examples');
ls
And look in the documentation:
docsearch mex
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!