MATLAB: How to save a neural net?

annnetneural networks

hi, how to save a net, so that if i use "=sim(net,x)" in command window it should give me answer…? Thanks

Best Answer

You can save() and load() nets.