Debaditya Chakraborty
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
9 716
of 296 498
RÉPUTATION
4
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
4
RANG
of 20 381
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 156 574
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 5 ans il y a | 14 réponses | 1
14
réponsesQuestion
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. ...
plus de 5 ans il y a | 4 réponses | 3
4
réponsesQuestion
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 ...
plus de 5 ans il y a | 8 réponses | 0