photo

Rachuan


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how to create a matrix from a part of another matrix?
x= [1 54 61 23;71 4 79 33;12 34 65 89;] I need to have y=[1 54;71 4] i meen, "y" must take the values X (1,1) (1,2) (2,1) (2,...

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

1

respuesta

Pregunta


How to add a value to a already existing matrix?
KB=[1 3;4 5] for i:Nbarras Mgl(i,1)= Mgl(i,1) + KB(i,1) which method is correct? for i:Nbarras Mgl(i,1)= Mg...

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

1

respuesta

Pregunta


Is it possible to combine "for" and "if" like this?
Hello, Iam new at computing and matlab, I have a problem with the next part of my program. nodos = [0 0 0 0 ...

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

2

respuestas