MATLAB: How to model second order diffrential equation using NN tool

neural network

i would like to model transfer function using neural network. how to do this in mtlab

Best Answer

Transform to a difference equation and use one of the timeseries functions (timedelaynet, narnet or narxnet).
Hope this helps.
Thank you for formally accepting my answer
Greg