How can I solve the following problem?
Afficher commentaires plus anciens
I got the model which is 1/s^2+s+1 I used c2d to make it as discrete domain
y(k)=a1y(k-1)+a2y(k-2)+a3u(k)+a4u(k-1)+a5u(k-2)
%y(k)—the output of the system of k time
%u(k)—the control input of K time
%ai —known constants of System model
X = [x1,x2,x3,x4,x5]'
I try to compute the out put of hidden layer of RBF NN which is
hj = exp(-(( norm(X-cj))^2./bj^(2)));
Please kindly let me know how solve this
Thank you
2 commentaires
Azzi Abdelmalek
le 17 Avr 2014
What is X?
Seyed Mohammad
le 17 Avr 2014
Modifié(e) : Image Analyst
le 17 Avr 2014
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Real-Time PID Autotuning dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!