Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Marcin W.
Posts:
2
From:
Poland
Registered:
2/4/08
|
|
Problem with Neural Network steering
Posted:
Oct 15, 2013 3:43 PM
|
|
Good afternoon,
I would like to create Neural Network control of the prediction algorithm.
To do this I used the standard NN predictive controller framework and attached the embedded Matlab function to the control signal that comes from controller.
Unfortunately the algorithm creates some arrays on the basic on the steering signal and also pushes these arrays to the sub functions it calls.
The problem is standard - I'm still receiving the error that all the matrixes/statements should be predefined and expressions that are used for this predefining should be constant.
What to do in this situation ? As the standalone the prediction algorithm works fine and I don't need to predefine all the statements.
I spent a lot of time on compilation but I have impression that I'm going deeper and deeper in the sub-functions with still a lot of errors...
Thanks, Marcin
|
|
|
|