photo

Meenakshi S


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

  • First Review

Afficher les badges

Feeds

Afficher par

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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


How to create column vector
Create a column-vector containing 31 rows from 1 to -2 with regular intervals.

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

0

réponse