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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
