draw parabola

조회 수: 16 (최근 30일)
emrah kara
emrah kara 2011년 12월 28일
Write a Matlab m-file to input three points (x1,y1), (x2,y2) and (x3,y3) in the x-y plane, and to draw the function and output the equation of a parabola passing through these points.
haw can draw?

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 12월 28일
doc linspace
doc plot
doc ezplot %If you have the symbolic math toolbox
A few pointers.
  댓글 수: 2
Sean de Wolski
Sean de Wolski 2011년 12월 28일
Okay, I'll give you a bigger hint:
doc polyfit %and friends
Jan
Jan 2011년 12월 29일
I prefer the "doc polyfit" hint. +1

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

추가 답변 (2개)

emrah kara
emrah kara 2011년 12월 28일
we will take the three points from the keyboard then we will draw a parabola which intercepts these points so we need a method to solve this problem.
  댓글 수: 1
John D'Errico
John D'Errico 2011년 12월 28일
So? This is not the we do your homework site. Sean has already given you some hints to get started. Why not make a stab at it? If you have a problem with something, THEN ask a question.

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


Jose Jeremias Caballero
Jose Jeremias Caballero 2011년 12월 29일
Hello, you improve your question.
Your question would be:
1). Write a program in Matlab, to find the equation of the parabola with focal axis parallel to the X axis passing through the points (x1, y1), (x2, y2) and (x3, y3).
2). Write a program in Matlab, to find the equation of the parabola with focal axis parallel to the Y axis, passing through the points (x1, y1), (x2, y2) and (x3, y3).
3). Write a program in Matlab, to find the equation of the parabola passing through the points (x1, y1), (x2, y2) (x3, y3), (x4, y4) and (x5, y5).
  댓글 수: 1
Jan
Jan 2012년 1월 1일
This does not answer the OP's question.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by