Problem in plotting the graph.

 采纳的回答

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 个)

类别

帮助中心File Exchange 中查找有关 Graph and Network Algorithms 的更多信息

产品

版本

R2017b

标签

Community Treasure Hunt

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

Start Hunting!

Translated by