Estadística
9 Problemas
14 Soluciones
CLASIFICACIÓN
N/A
of 301.229
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.201
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
16.315
of 173.547
CONTRIBUCIONES
9 Problemas
14 Soluciones
PUNTUACIÓN
345
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Problema
Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G
más de 11 años hace | 0 | 390 solvers
Resuelto
Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...
más de 11 años hace
Problema
Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...
más de 11 años hace | 2 | 792 solvers
Problema
Counting down
Create a vector that counts from 450 to 200 in increments of 10.
más de 11 años hace | 5 | 487 solvers
Resuelto
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
más de 11 años hace
Problema
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
más de 11 años hace | 2 | 538 solvers
Resuelto
ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122
más de 11 años hace
Problema
ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122
más de 11 años hace | 3 | 301 solvers
Resuelto
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
más de 11 años hace
Problema
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
más de 11 años hace | 1 | 705 solvers
Resuelto
Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...
más de 11 años hace
Problema
Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...
más de 11 años hace | 3 | 490 solvers
Resuelto
Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...
más de 11 años hace
Problema
Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...
más de 11 años hace | 2 | 399 solvers
Resuelto
Complex number
For complex number c=a+bi, write code that will add a and b together.
más de 11 años hace
Resuelto
Remainder
Make 'y' equal to the remainder of 27 divided by 5. When x=27 and t=5
más de 11 años hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
más de 11 años hace
Resuelto
Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...
más de 11 años hace
Resuelto
Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...
más de 11 años hace



