matlab 指数函数求导后的图像

学习 时间:2026-04-08 23:38:30 阅读:7914
matlab 指数函数求导后的图像> x=[950:10:1620];F=0.002838*exp(-3.16*x)+0.08035*exp(0.01231*x);y=diff(F);plot(x,y)Error using ==> plotVectors must be the same lengths.需要怎么改才能输出图像matlab 编的

最佳回答

糟糕的乌龟

无辜的裙子

2026-04-08 23:38:30

x=[950:10:1620];F=0。002838*exp(-3。16*x)+0。08035*exp(0。01231*x);y=diff(F);figure,subplot(211),plot(x,F),grid on ,title('Orignal')subplot(212)plot(x(1:length(x)-1),y),grid on ,title('After diffrition')详细的matlab操作过程 见  录像6。exe

最新回答共有2条回答

  • 魁梧的大白
    回复
    2026-04-08 23:38:30

    x=[950:10:1620];F=0。002838*exp(-3。16*x)+0。08035*exp(0。01231*x);y=diff(F);figure,subplot(211),plot(x,F),grid on ,title('Orignal')subplot(212)plot(x(1:length(x)-1),y),grid on ,title('After diffrition')详细的matlab操作过程 见  录像6。exe

上一篇 I will buy it的同意句

下一篇 一个三角函数选择题.急