Jeah MK - MATLAB Central
photo

Jeah MK


Last seen: casi 3 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 01/22 to 03/25Use left and right arrows to move selectionFrom 01/22Use 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%
MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
159.667
of 297.547

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.122

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Does it have a statement for replacing repeated multiple if and elseif statements?
I have a code: a = 0:0.001:1; b = 0.03*sin(a); for i = 1:length(a), d = 0; if b(i) <= 0.02; if 0 < b(...

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


generate a vector with a condition of a vector
I have a vector a a = 1:1:20; and each increment of a by 1 and a <= 10 creates a vector b with condition: a = 1 => b = 1:1:1...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I rearrange a vector?
I have a vector a = [9 8 7 6 5 4 3 2 1 0 1 2 3 4 5 6 7 8 9]; How can I rearrage it to a = [0 0 0 0 0 4 3 2 1 0 1 2 3 4 0 0 ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to sum each element in vector
I have a vector a = 1:1:10; I want to make a vector by sum each elements; for example, s = [1+0 1+2 3+3 6+4 10+5 ...... ]; I...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


The sum of elements by multiplying two different vectors
I have an equation like this: where vector = 1:1:10 and vector time = 0:0.001:1; and b should be resulted in length of t (...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I plot a reverse x-axis on the same graph?
I have x = [0 1 2 3 4 3 2 1 0]; and y = 2*x; how can I plot(x,y) and see the value on x-axis as [0 1 2 3 4 3 2 1 0]?

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to add two different vectors?
I have a question regarding two vectors dimensions. x = 0:1:10000; y = 2*x; Then I would like to take 10 points from vector...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Two circles geometry problems
Circle1 with radius intersects with Circle 2 with radius . The Circle 1 has center , and Circle 2 has the center at the initial...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta