why matlab complied standalone application not work although it work fine in matlab gui

4 views (last 30 days)
I complied a NN in matlab gui so I press a button to be trained then use it to predicate another inputs .but when I open the deployed exe gives me sound when I press the buttons of training or loading file or predicating but nothing appear at all,
so why it is not working?
with try and catch for each button i found the next error
first for the train button FCN is not the name of the function in matlab path
for the second error of the load button said file not found so I copied the file in the same directory and worked fine
so when I came to the third error of predicating output gives me the following error
Subscripts indices must either be positive integers or logical although it works fine in matlab gui how to get a log file for such sounds to know the errors?

Answers (1)

Image Analyst
Image Analyst on 9 Jul 2017

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!