photo

axel rose


Last seen: etwa 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
22.878
of 301.327

REPUTATION
2

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
2

RANG
 of 21.234

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.955

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


How to use fill3 to make a box
X= [1 26 26 1] Y= [0.5 .5 25.5 25.5] Z= [0 0 0 0] fill3 (X, Y, Z, 'blue') X1= [1 26 26 1] Y1= [0.5 .5 25.5 25.5] Z1...

etwa 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How can i use fill3 to make a box
X= [0 3 3 0] Y= [0 0 2 2] Z= [0 0 0 0] fill3 (X, Y, Z, 'blue') I used the code above to make a rectangle surface but it...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to save in a drag and drop
function drag_drop dragging = []; orPos = []; f = figure('WindowButtonUpFcn',@dropObject,'units','normalized','WindowButtonMo...

etwa 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How to make rectangle rotatable
function drag_drop dragging = []; orPos = []; f = figure('WindowButtonUpFcn',@dropObject,'units','normalized','WindowButtonMo...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort