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...
13년 초과 전 | 답변 수: 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...
13년 초과 전 | 답변 수: 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...
13년 초과 전 | 답변 수: 2 | 2
