求大神解答 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) 这个是代表什么意思 谢谢大家 。

 Accepted Answer

xegeha
xegeha on 30 Nov 2022

0 votes

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

More Answers (0)

Categories

Find more on MATLAB 快速入门 in Help Center and File Exchange

Tags

Asked:

on 30 Nov 2022

Answered:

on 30 Nov 2022

Community Treasure Hunt

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

Start Hunting!