Duy Long - MATLAB Central
photo

Duy Long


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

Followers: 0   Following: 0

Estadística

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

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.546

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
27.085
of 160.541

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!

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


Converts numbers into characters
Converts numbers into characters

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


to the 2 all elements
to the 2 all elements

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes 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...

alrededor de 1 mes 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...

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes 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 1 mes 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...

alrededor de 1 mes 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:...

alrededor de 1 mes hace