MATLAB: How to display figure of neural network structure

neural network

I have made a neural network and saved in net.mat
Now I want to see its structure like shown below.
How can I see it?

Best Answer

I only know
view(net)