Hello
I'm using neural networks in the designer app developed for the welding area. The application creates and trains a network with user-supplied data.
How can I save the created network in the app after creation?
And after saving the neural network, should I use startupFcn for the application to load the saved network?
Finally, to load other networks saved in the workbook, which command should I use?
I've already tried the save net commands and the load command and the following message appears:
I believe the saved networks is in file 'mat' format, but I don't know how to save or load.
Can someone help me?