- 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
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to do c programming using matlab..
Can any one guide me what are the steps needed?
0 comentarios
Respuestas (1)
Jan
el 30 de Abr. de 2011
Ask Google. Find:
Look at the examples shipped with Matlab:
cd(fullpath(matlabroot, 'extern', 'examples');
ls
And look in the documentation:
docsearch mex
0 comentarios
Ver también
Categorías
Más información sobre Scope Variables and Generate Names en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!