The executable files I generated using application compiler has error message, because it doesn't recognize the neural network functions
显示 更早的评论
I used neural network NARX in my functions, and then I used the application compiler to generate a standalone application so others can use it to run it. However, it gives the error like the following " FCN is not the name of a function on the Matlab path, Error in => nameofthefunction.m at line 140". Where line 140 call the function of narxnet, FCN is just a parameter used in NARX. I wonder how to include neural network package in my application compiler so the exe file can run.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!