Amelos
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
269,598
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
8 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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) ...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
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 ...
8 years ago | 3 answers | 0