converting m files to .exe files

I have a .m file in which i want to convert it into .exe file ,please tell how to convert to .exe file and run it
is it possible to convert a .m mile to a p file

답변 (1개)

Walter Roberson
Walter Roberson 2012년 4월 23일

0 개 추천

You need the MATLAB Compiler product to convert a .m file to a .exe . The MATLAB Compiler (and related products) is not available for the Student Edition.
.m files can be converted to .p files by using the pcode command

댓글 수: 5

kash
kash 2012년 4월 23일
walter can u tell how to write p command please,because others should not see my system
Titus Edelhofer
Titus Edelhofer 2012년 4월 23일
Hi Kash,
Walter already wrote the corresponding function name (pcode), so:
doc pcode
Titus
kash
kash 2012년 4월 24일
Thanks Titus
Dhaval Gondaliya
Dhaval Gondaliya 2012년 11월 25일
How can i load this file on DSP processor? please any one knows then tell me.
thanks.
Dhaval Gondaliya: mail id :dhavalgondaliya55@gmail.com.
Walter Roberson
Walter Roberson 2012년 11월 25일
편집: Walter Roberson 2012년 11월 25일
.p files and the executables produced by MATLAB Compiler are not suitable for DSP systems. MATLAB Coder is more appropriate. Also, working in Simulink might be more appropriate than working in MATLAB for some kinds of targeting of specific processors. See http://www.mathworks.com/help/dsp/code-generation.html

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

태그

질문:

2012년 4월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by