How to set up Neural network and train the data

1 view (last 30 days)
I have a linear system:
x(n+1) = Ax(n)+By(n)
y(n+1) = Cx(n)+Dy(n)
x(0) = -2, y(0) = 3.
I also have set of 1000 point (x,y)
How do i train to get the coefficient A, B, C, D

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!