Feeds
질문
MATLAB Function takes [4x1] signal as parameter, but in debug shows as [3x1]. Workaround/fix?
The context here is I am using a MATLAB function which takes a parameter y (x_est) which is shown to be a [4x1] signal above...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How to assign a constant to a submatrix without a loop
Is this possible without a for loop? Sample code: %A is an (m x n) matrix m,n > 2 A(2:end-1,2) = 67.5*ones(size(A(2:end-1,2)))...
5년 초과 전 | 답변 수: 1 | 0
