photo

JOSUE PÁNCHEZ


Last seen: 거의 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Order a matrix A 4x4 in another matrix B 6x6
I want to insert elements of my matrix R1(1,1); R1(1,2); ...R1(i,j) in specific positions in my matrix G=zeros(6) G=zeros(6) ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I sum specific values of one matrix to another one?
If I have a square matrix A, how can I add specific values from another matrix B A=zeros(3) B=[1 2;3 4] If I want to sum such...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I sum a vector (row) to a matrix?
If I have A=[1 0 0 1; -1 0 1 1; 1 1 1 1] B=[1 2 2 1] How do I add the vector B to the 1st row of A so I get: A=[2...

2년 초과 전 | 답변 수: 2 | 0

2

답변