photo

Gilang Setyawan Y.P.


Last seen: 6 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
how can I plot y = e^(-2x)Sin2x and its derivative on the same graph using two different colors?
x = (0:0.02:5); y= exp(-2*x).*sin(2*x); subplot(1,2,1) plot(x,y),xlabel('x'),ylabel('y'), axis([0 5 -1 1]) hold on diff(y) ...

2 years 前 | 0