![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3370901.png)
Brian Hannan
Followers: 0 Following: 0
Statistiques
RANG
19 138
of 297 016
RÉPUTATION
2
CONTRIBUTIONS
1 Question
7 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
1
RANG
4 342 of 20 419
RÉPUTATION
326
CLASSEMENT MOYEN
3.20
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
14
ALL TIME TÉLÉCHARGEMENTS
2308
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
environ 9 ans il y a | 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 ...
plus de 9 ans il y a | 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...
plus de 9 ans il y a | 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. ...
plus de 9 ans il y a | 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...
plus de 9 ans il y a | 0
view only x ray image
How are you storing the images? You can likely view the image easily with imread and imshow.
plus de 10 ans il y a | 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...
environ 11 ans il y a | 0
Question
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...
environ 11 ans il y a | 2 réponses | 1