Feeds
질문
how do i store the values from my for loop before it goes back to repeat the loop?
I want to know how i can store the values of 'c' including the original 'c' figure, before the loop repeats and im only left wit...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
making for loop picking out adjacent values of an 2D array
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] how do i make a...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Im trying to find the absolute value of the difference between current value 'c' and the values 'n'.
Im trying to find the absolute value of the difference between current value 'c' and the values 'n'. Matlab keeps coming back sa...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
how do i name a row and column from a given position in a matrix
so i have c=[3,1] how do i name 3 = row and how do i name 1 = col, without using 3 and 1, so for any number possible for c.
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
how do a write a function for the following..
how do i write a function that finds the position in an array of elevations of the element or elements that correspond to the sm...
거의 9년 전 | 답변 수: 1 | 0
