photo

Rachuan


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 10년 전 | 답변 수: 2 | 0

2

답변