Ben Kaye - MATLAB Central
photo

Ben Kaye


Last seen: 12 months ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 04/20 to 01/25Use left and right arrows to move selectionFrom 04/20Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
268,047
of 296,582

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

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

4 years ago | 1 answer | 0

1

answer
Go to top of page