plotting a 2nd order matlab

조회 수: 2 (최근 30일)
Joaquim
Joaquim 2017년 5월 3일
댓글: Wine 2017년 5월 3일
Hello everybody,
I'm trying to plot a 2nd order polynomial. I have a vector X and the y values are determined by the equation
Y= -0.01291*X.^2-0.1971*X+47.39;
When I try to plot using
plot(X,Y)
I get this plot
However I want a single line and not a filled form. Anyone know how to this?
Joaquim
  댓글 수: 1
Wine
Wine 2017년 5월 3일
Hi,
how have you defined your X-vector? Because the look of your plot depends on this X-vector. If you use for example
X = 0:1:100;
as vector definition, the plot will be a line.
Cheers Wine

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by