Duy Long - MATLAB Central
photo

Duy Long


Last seen: 5 días hace Con actividad desde 2025

Followers: 0   Following: 0

Estadística

CodyFrom 03/25 to 03/25Use left and right arrows to move selectionFrom 03/25Use 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%
Cody

0 Problemas
15 Soluciones

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
26.865
of 159.570

CONTRIBUCIONES
0 Problemas
15 Soluciones

PUNTUACIÓN
173

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Draw a '0' in a one matrix!

16 días hace

Resuelto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

16 días hace

Resuelto


Converts numbers into characters
Converts numbers into characters

16 días hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

16 días hace

Resuelto


Find the max element of the array
Find the max element of the array

16 días hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

16 días hace

Resuelto


to the 2 all elements
to the 2 all elements

16 días hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

16 días hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

16 días hace

Resuelto


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

16 días hace

Resuelto


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

16 días hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

16 días 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 ...

16 días hace

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

16 días hace

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

16 días hace