From: Alex Ter-Sarkissov on
hi,

sorry for the silly question, can I make an executable .exe file from .m file? I've got Matlab compiler on my computer, but it seems I need to use C++ in addition to it or something...

thanks
From: Raj Kamal on
"Alex Ter-Sarkissov" <ater1980(a)gmail.com> wrote in message <i37s5b$nhc$1(a)fred.mathworks.com>...
> hi,
>
> sorry for the silly question, can I make an executable .exe file from .m file? I've got Matlab compiler on my computer, but it seems I need to use C++ in addition to it or something...
>
> thanks

yes u can...

u need to have a C compiler installed or LCC which is included in matlab...
try using mbuild -setup to locate and select the compilers..


with regards
raj