y = e^(-x^2)
显示 更早的评论
I want to plot the above equation in matlab but i dont know how to plot please help or provide me code
采纳的回答
更多回答(1 个)
Manka'a Abongnwi
2023-6-9
0 个投票
y = be ax sin(bx)(0.012x4 0.15x3 + 0.075x2 + 2.5x)
3 个评论
Walter Roberson
2023-6-9
y = b.*exp(a.*x).*sin(a.*x).*(0.012*x.^4 + 0.075*x.^2 + 2.5*x);
Possibly
Manka'a Abongnwi
2023-6-14
Wow after using the formula given by sir, everything worked well except the place to plot a graph of y and z versus x that's difficult
Walter Roberson
2023-6-14
plot3()... except that you do not show any z variable.
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Objects 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!