Feeds
답변 있음
I am getting Subscripted assignment dimension mismatch in the following code
∫Found out myself: A = sgI(:,:,1); B = scI(:,:,2); C = scI(:,:,3); [m,n,l] = size(A); [m1,n1,l1] = size(B);...
I am getting Subscripted assignment dimension mismatch in the following code
∫Found out myself: A = sgI(:,:,1); B = scI(:,:,2); C = scI(:,:,3); [m,n,l] = size(A); [m1,n1,l1] = size(B);...
대략 12년 전 | 0
| 수락됨
질문
I am getting Subscripted assignment dimension mismatch in the following code
I am getting Subscripted assignment dimension mismatch error in the following code: Error in (line 18) ntscIm(:,:,1)=sgI(:,:...
대략 12년 전 | 답변 수: 2 | 0