Community Profile

photo

minion001


2017년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


how do i go along 2Darray matrix from middle of array
for e.g i have a matrix B=[1 6 8 9 1 5; 9 8 7 6 2 6; 2 5 4 9 3 7; 1 2 5 8 7 2] i want to start from middle of array (3,3...

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

1

답변

질문


how do you stop at a column without getting exceeds dimension error
finding the elevation change in a 2D matrix (4 by 6), it starts from one corner, and ends at the other, increasing in columns an...

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

1

답변

질문


how to not exceed limits of the matrix column
for eg, i have matrix A=[4 6 3 8 9 5;1 7 2 4 3 4;7 8 5 6 1 2; 1 8 4 7 10 6;] and i use a for loop to go across the column, f...

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

1

답변

질문


how do we get adjacent values of an element in a 2D array matrix
for example, the matrix is A[6 4 9 7 3 1; 4 8 1 9 3 8; 3 8 5 7 3 9; 8 2 4 6 3 7] my current location is A[4,3]=4 a...

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

1

답변

질문


how do i make a for loop picking out adjacent values of an 2D array
For example I have the matrix A= [1 3 4 7 3; 5 4 3 7 2; 9 8 6 5 2; 9 6 3 1 6; 2 9 6 8 5] ...

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

1

답변