Feeds
질문
i want to minimize the given integral function for optimized value of 'x'
sir, i want to minimize the given function for optimized value of 'x' k=1:511; F=int((abs(sinc(x*(k+e)))).^2/(abs(sinc(x*e)))...
대략 13년 전 | 답변 수: 0 | 0
0
답변질문
how to optimize the integral function?
function F =t(x) syms e k=1:511; F=int((abs(sinc(x*(k+e)))).^2/(abs(sinc(x*e))).^2,e,0,1); [x,resnorm]=lsqnonlin(@t,0,0,1)...
대략 13년 전 | 답변 수: 1 | 0