photo

Jonathan Fabian Zamudio


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
0 Antworten

RANG
126.108
of 300.392

REPUTATION
0

BEITRÄGE
2 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.373

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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.

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort