Feeds
提问
create a statement conditional on if index is in bounds
lets say A is a matrix [4 2 3 1 5 0]. during a while loop with j=j+1 on each loop, I would like to say if A(j) is out of bound...
12 years 前 | 0 个回答 | 0
0
个回答提问
In gplot or any graphing program how would I be able to determine if a path exists between two points
For example A is connected to B, B to C, C to D, and E is connected to F. I want to ask if A is connected to F. The answer shou...
12 years 前 | 1 个回答 | 0
1
个回答提问
how can I check to see if two different matricies contain any of the same numbers?
For example I want to say A=[1 2 3 4 5 6] B=[7 1 8] If any element in matrix A is equal to matrix B then.... I want the sta...
12 years 前 | 2 个回答 | 2