photo

Jonathan Fabian Zamudio


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I have the corner coordinates for a rectangle in 3d space how do i find the coordinates for the center of the rectangle?
I have [x1,y1,z1],[x2,y2,z2],[x3,y3,z3],[x4,y4,z4] each representing a corner.

5 years ago | 1 answer | 0

1

answer

Question


I have a 9000x21 matrix where each 60x21 section represents a frame. how do I plot each frame sequentially to make an animated plot. This is what I have so far.
A=data % its a 9000x21 matrix 1stframe=A(1:60,:); surf(1stframe) view(2)

6 years ago | 1 answer | 0

1

answer