Debaditya Chakraborty
Followers: 0 Following: 0
Statistica
3 Domande
0 Risposte
RANK
9.702
of 295.569
REPUTAZIONE
4
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
4
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 5 anni fa | 14 risposte | 1
14
risposteDomanda
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. ...
oltre 5 anni fa | 4 risposte | 3
4
risposteDomanda
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 ...
oltre 5 anni fa | 8 risposte | 0