Run C program
显示 更早的评论
I want to do c programming using matlab..
Can any one guide me what are the steps needed?
回答(1 个)
Jan
2011-4-30
Ask Google. Find:
- 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
Look at the examples shipped with Matlab:
cd(fullpath(matlabroot, 'extern', 'examples');
ls
And look in the documentation:
docsearch mex
类别
在 帮助中心 和 File Exchange 中查找有关 Google 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!