Community Profile

photo

abdelelah alzahed


Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to reduce computation time for nested loops
[N,M] = size(fft_img_test(:,:,1)); B = zeros(N,M,N,M); for k=1:No_frames for vy = 1:N for vx = 1:M for uy = 1...

4 years ago | 1 answer | 0

1

answer

Question


How to arrange data out from a Matrix
I'm trying to get a correct results out of this code shown: theta=linspace(0,90,N); pw_theta=(270-theta)*pi/180; pw_p...

8 years ago | 0 answers | 0

0

answers

Question


Optimization of random matrix
Hello, I have a matrix 'MC' of 6 x 6 random complex numbers. My problem is how to define my fitness function to optimize the m...

8 years ago | 0 answers | 0

0

answers