How to graph this function?

조회 수: 1 (최근 30일)
Krish Desai
Krish Desai 2016년 2월 16일
답변: Torsten 2016년 2월 16일
So I'm trying to graph a function and when I plot the following:
plot(y,(.65*y)-(0.65*y.^2/10.5));
It works fine but when I add in the second part of the equation there's an error that I don't know how to fix
plot(y,(.65*y)-(0.65*y.^2/10.5))-(((1.2*(y^2))/(1+(y^2))));

채택된 답변

Torsten
Torsten 2016년 2월 16일
plot(y,(.65*y)-(0.65*y.^2/10.5))-(((1.2*(y.^2))./(1+(y.^2))));
Best wishes
Torsten.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by