Feeds
답변 있음
Matlab 中动态矩阵的表达。
N=4; for i=1:1:N c_weight={i*rand(8,6);i*rand(8,6);i*rand(8,6)}; w{i}=c_weight; end % 所有数在c中 % w(i|k)就是w{i} % w(i|k)中第...
Matlab 中动态矩阵的表达。
N=4; for i=1:1:N c_weight={i*rand(8,6);i*rand(8,6);i*rand(8,6)}; w{i}=c_weight; end % 所有数在c中 % w(i|k)就是w{i} % w(i|k)中第...
거의 3년 전 | 0
| 수락됨

