photo

Brian Hannan


Last seen: 3年以上 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

All
  • 3 Month Streak
  • First Answer
  • Cody Challenge Master
  • Tiles Challenge Master
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 2
  • GitHub Submissions Level 2
  • First Submission
  • Speed Demon
  • Creator
  • Commenter

バッジを表示

Feeds

表示方法

回答済み
getting inside points of cuboid
It sounds like you want to use <http://www.mathworks.com/matlabcentral/fileexchange/37856-inpolyhedron-are-points-inside-a-trian...

9年弱 前 | 0

回答済み
Flight data plot on map
Interesting... can you share your map (I'm assuming you have an image you want to plot these coords on top of?), your code, and ...

9年以上 前 | 0

回答済み
How do I randomly spawn 10 different "enemies" in a 30x30 rectangle
How about something like this? locations = zeros(1, 30); numBadGuysCreated = 0; while numBadGuysCreated < 30 badGuyLoca...

9年以上 前 | 0

回答済み
How to update 3-D plot after every loop?
Getting the subplot's handle will allow you to do this. Here's a simplified version of your code that plots to only one figure. ...

9年以上 前 | 0

回答済み
Intersecting rectangles coordinates (one rectangle can be contained within the other)
I noticed from your comment above that you want to find the area of all of the intersecting rectangles rather than the coordinat...

9年以上 前 | 0

回答済み
view only x ray image
How are you storing the images? You can likely view the image easily with imread and imshow.

10年以上 前 | 0

回答済み
Precision when rotating vectors
Hi Roger. Thanks for the reply. Actually, I did intend for the vectors corresponding to each of the vertices to be rotated one a...

11年弱 前 | 0

質問


Precision when rotating vectors
I have a bunch of polygons, each defined by the N vertices contained in a Nx3 array "points". Every polygon is on a different pl...

11年弱 前 | 2 件の回答 | 1

2

回答