问答/345℃/2025-03-10 09:16:27
clc
clear
clf
syms x
y=int('sin(t)/t',0,x)
ezplot(y,[0,2*pi])
ylabel('y')