Feeds
提问
For loop causing an Infinite loop
I have a problem of infinite loop,please find attached three files of two different function and one text file. And find below...
7 years 前 | 1 个回答 | 0
1
个回答提问
Error using horzcat Dimensions of matrices being concatenated are not consistent.
The above error happens due to this line below, utt= [a0,zeros(1,N-1)]
7 years 前 | 2 个回答 | 0
2
个回答提问
Error: In an assignment A(:) = B, the number of elements in A and B must be the same.
I have problem at this line of the code u(ii+1)=(P_hat/K_hat); Where u is a vector of 1x1560 and p and k are vector of 15...
7 years 前 | 1 个回答 | 0
