Hyun-su Kim
Followers: 0 Following: 0
Statistik
3 Fragen
0 Antworten
RANG
189.893
of 295.467
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Frage
plot title including _
ang_z = 0; ang_x = -6; ang_y = 0.5; % rotation angle around itself (degree) fname = ['dist_a',num2str(ang_z),'b',num2str(ang_x)...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
simple way of matrix array resorting
I have three matrix, A, B, and C. A = [a1 a2 a3 ...], B = [b1 b2 b3 ...], C = [c1 c2 c3 ...] I want to create a matrix Q wh...
fast 5 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to skip values in matrix and plot it properly
Let say, I have two matrix, A = [0, 0, 3, 4, 0, 0] B = [0, 1, 4, 4, 0, 0] I want to calculate following, G = A/B And I wan...
fast 5 Jahre vor | 1 Antwort | 0