photo

Man Yuk


Last seen: 8 Monate vor Aktiv seit 2025

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
0 Antworten

RANG
297.269
of 300.379

REPUTATION
0

BEITRÄGE
2 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.931

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.299

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

Feeds

Anzeigen nach

Frage


plot graph according to matrix index
r = [cos(theta), sin(theta); -sin(theta), cos(theta)]; b = [x_mat; y_mat] a = r*b x_mat_new = a(1,:) y_mat_new = a(2,:) for...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


unable to rotate the plot
% Rotate the axes theta = 3*pi/4; % Set theta. fprintf('Rotate the axes...\n'); [x_mat_rotated, y_mat_rotated] = rotation(x_m...

8 Monate vor | 1 Antwort | 0

1

Antwort