Feeds
질문
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...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
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...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
대략 10년 전 | 답변 수: 0 | 0
