Community Profile

photo

Isaac Knee


University of Oregon

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How do I get the convex hull of a set of neighboring points?
I used the delaunayTriangulation function then extracted a set of neighboring points called 'neighbors'. Now I want to find the ...

9 years ago | 1 answer | 0

1

answer

Question


How do I call specific rows of a matrix?
I have a function who's output is a 1 dimensional array of random numbers i.e. rows = [1 2 5 19], how do I call those correspond...

9 years ago | 1 answer | 0

1

answer

Question


How do I find an element in a matrix that meets a condition then call its entire row?
I'm using the delaunayTriangulation function and I'm trying to get all of the neighboring vertices(which should be the row of DT...

9 years ago | 2 answers | 0

2

answers