Community Profile

photo

Robert


University of New Hampshire

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

11 years ago | 0 answers | 0

0

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 2

2

answers