如何用Matlab求如下数值积分

2025-05-19 17:39:17
推荐回答(1个)
回答(1):

syms x y k kp delte
y = exp(-(k-kp)^2/σ^2)*cos(kx);
f = int(y, k, kp-2*delte, kp+2*delte);