photo

Jonathan Fabian Zamudio


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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.

6 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答