photo

Jacob Vialou-Clark


Last seen: oltre 5 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
26.929
of 300.379

REPUTAZIONE
1

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
2

RANK
 of 20.931

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.299

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How do I create and top and bottom surface on this 3D shape
xtailhorizontal = [0 30 30 -30 -30 0; 0 30 30 -30 -30 0]; ytailhorizontal = [55 65 70 70 65 55; 55 65 70 70 65 55]; ztailhoriz...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how do I convert my patch function into a surface function
I have this shape as a patch function, but in order for it to work with the rest of my project it has to be in the surf form. Is...

oltre 7 anni fa | 1 risposta | 2

1

risposta

Domanda


How do I add colour to the faces of a patched shape
figure(1) v = [0 -20 60; 0 -20 56; 50 -10 60; 50 -10 56; 55 0 60; 55 0 56; -55 0 60; -55 0 56; -50 -10 60; -50 -10 56]; f...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I make a solid triangular prism?
figure(1) v = [0 0 0; 5 5 0; 0 5 0; 0 0 2; 5 5 2; 0 5 2]; f = [1 2 5 4; 2 3 6 5; 1 3 6 4]; axes('XLim',[-7 7],'YLim',[0...

oltre 7 anni fa | 0 risposte | 0

0

risposte