Hananeh - MATLAB Central
photo

Hananeh


university of illinois at chicago

Last seen: alrededor de 3 años hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

CodyFrom 06/14 to 03/25Use left and right arrows to move selectionFrom 06/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
N/A
of 297.805

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.473

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
25.343
of 159.570

CONTRIBUCIONES
4 Problemas
8 Soluciones

PUNTUACIÓN
190

NÚMERO DE INSIGNIAS
4

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

alrededor de 10 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

alrededor de 10 años hace

Resuelto


Rounding
Round 10.67 and make 'y' equal to that number.

alrededor de 10 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 10 años hace

Resuelto


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

más de 10 años hace

Problema


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

más de 10 años hace | 3 | 365 solvers

Resuelto


length of a vector
Find twice the length of a given vector.

más de 10 años hace

Problema


length of a vector
Find twice the length of a given vector.

más de 10 años hace | 2 | 739 solvers

Problema


size of a vector
Find twice the size of a given vector.

más de 10 años hace | 0 | 0 solvers

Problema


size of a vector
Find twice the size of a given vector.

más de 10 años hace | 0 | 0 solvers

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 10 años hace

Resuelto


Max of a Vector
Write a function to return the max of a vector

casi 11 años hace