x=0.:pi/8:4*pi;
y=exp(-x/3).*sin(3*x);
yb=exp(-x/3);
plot(x,yb,'k-',x,-yb,'k-',x,y,'-ro','linewidth',2,'markeredgecolor','g','markerfacecolor','y','markersize',6)
grid on

  绘制包络线

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-04-03
  • 2022-02-15
  • 2021-04-10
猜你喜欢
  • 2021-12-26
  • 2021-12-06
  • 2021-11-05
  • 2021-09-19
  • 2021-12-25
相关资源
相似解决方案