photo

Ben Kaye


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer