photo

Debaditya Chakraborty


Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Write a function called minimax that takes M, a matrix input argument and returns mmr, a row vector containing the absolute values of the difference between the maximum and minimum valued elements in each row. As a second output argument called mmm,
Write a function called minimax that takes M, a matrix input argument and returns mmr, a row vector containing the absolute valu...

대략 5년 전 | 답변 수: 14 | 1

14

답변

질문


Write a function called corners that takes a matrix as an input argument and returns four outputs: the elements at its four corners in this order: top_left, top_right, bottom_left and bottom_right. (Note that loops and if-statements are neither neces
This question is soft-locked: new answers that are equivalent to already posted answers may be deleted without prior notice. ...

대략 5년 전 | 답변 수: 4 | 3

4

답변

질문


A basic question of matrix indexing can't get a proper output
Given matrix A, assign the second column of A to a variable v. Afterwards change each element of the last row of A to 0. my ...

대략 5년 전 | 답변 수: 8 | 0

8

답변