photo

Meenakshi S


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
100.620
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

más 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) % ...

más 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 ...

más 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.

más 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) %...

más de 7 años hace | 0 respuestas | 0

0

respuestas