photo

Meenakshi S


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • First Review

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas