photo

Rachuan


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 2 risposte | 0

2

risposte