求大神解答 RBF神经网络S函数的基本问题。

ci3=reshape(u(7:6+3*nn),3,nn); ci2=reshape(u(7+5*nn:6+8*nn),3,nn)
请问u(7+5*nn:6+8*nn) 这个是代表什么意思 谢谢大家 。

 Réponse acceptée

xegeha
xegeha le 30 Nov 2022

0 votes

输入是向量
这个的意思就是把向量中的某部分元素转化成矩玻璃钢
u(7+5*nn:6+8*nn),这就是指u这个输入量的第7+5*nn到6+8*nn的数据,得到的是个向量

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!