photo

Amelos


Last seen: presque 4 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


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) ...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 8 ans il y a | 3 réponses | 0

3

réponses