![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3961342_1522099350426_DEF.jpg)
Amelos
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
76.278
of 297.016
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
A and B are coupled vectors. How can I get from A->A_new B-> B_new?
A = [0 1 2 3 4 8 3 4 5]; B = [0.1 0.2 0.2 0.3 0.4 0.2 0...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can someone help me to solve this equation?
syms alpha gamma = asin(k3 * sin(alpha)/k2); delta_k = k1 + k2 * cos(gamma) - k3 * cos(alpha); phi = del...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can some solve this without for loops ?
a =rand(2,2,3); b = [ 1 2 3]; c = [1 2 3 4 5]; for n = 1: size(a,1) for m = 1:size(a,2) for s = 1: length(b) ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can someone do this calculation without for loops?
a = [1 2 3; 4 5 6]; b = [ 1 2 3 4]; c = [1 2 3 4 5]; for n = 1: size(a,1) for m = 1:size(a,2) f...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can someone do this calculation without for loops ?
a = [1 2 3; 4 5 6]; b = [ 1 2 3]; for n = 1: size(a,1) for m = 1:size(a,2) k(n,m,:)= b.*b*a(n,m) end ...
mehr als 8 Jahre vor | 3 Antworten | 0