
Meenakshi S
Statistiques
5 Questions
0 MATLAB Answers
RANG
177 792
of 284 691
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 19 223
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 137 482
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
Content Feed
Question
HOW TO REPLACE A COLUMN VECTOR IN MATRIX
1.How to replace the second column of A with the vector v = [1,-2,4]' for the following matrix A=(1 2 3 4 5 11 12 13 14 15 ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to arrange this code in sequence order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) % ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
What is the matrix code for column vectors
You have two variables u, v and you calculate the shape using the size command: >> size(u) ans = 1 3 >> size(v) ans ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to create column vector
Create a column-vector containing 31 rows from 1 to -2 with regular intervals.
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Sort them in the correct order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) %...
plus de 6 ans il y a | 1 réponse | 0