Problem in plotting the graph.

3 次查看(过去 30 天)
Screenshot (28).png

采纳的回答

KSSV
KSSV 2019-6-6
编辑:KSSV 2019-6-6
x = -3:0.01:5 ;
y = (x+5).^2./(4+(3*x).^2) ;
plot(x,y)
in y there should be element by element division.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

产品


版本

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by