From: priyadarisini on
Hi i need to convert matlab file(m file) to exe file.I tried using "mcc -m a.m" command. But in my pragram i have used neural network and saved the network as .mat extention. I couldnt include the network in the executable file. Kindly help me out. Thank you,
Priyadarisini
From: Matt J on
"priyadarisini " <priyabme(a)yahoo.com> wrote in message <hpeidl$k4u$1(a)fred.mathworks.com>...
> Hi i need to convert matlab file(m file) to exe file.I tried using "mcc -m a.m" command. But in my pragram i have used neural network and saved the network as .mat extention. I couldnt include the network in the executable file. Kindly help me out. Thank you,
=======

Just distribute the .mat file along with the .exe file. The .exe will be able to read it.