《MATLAB应用》PPT课件
- clf;t=6*pi*(0:100)/100;y=1-exp(-0.3*t).*cos(0.7*t); plot(t,y,‘r-’,‘LineWidth’,3) %清除图形窗口, 数据准备,画曲
《MATLAB应用》PPT课件