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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
