From: priyadarisini on 6 Apr 2010 01:56 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 6 Apr 2010 02:49 "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.
|
Pages: 1 Prev: please help me its urgent Next: problem with analoginput |