plotting circumference
plotting circumference
(OP)
hi mans!.
how can i plot a circumference in matlab knowing the equation?..such as x^2+y^2+3x-2=0...
thanks
how can i plot a circumference in matlab knowing the equation?..such as x^2+y^2+3x-2=0...
thanks





RE: plotting circumference
Cheers
Greg Locock
SIG:Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.
RE: plotting circumference
i can't plot with matlab in implicit form..but only
plot(x,t)...
oh god!
RE: plotting circumference
http://ww
but i try the example:
plot(plot::Implicit2d(x^2+y^2-1, x = -1..1, y = -1..1))
and matlab find an error..
>> plot(plot::Implicit2d(x^2+y^2-1, x = -1..1, y = -1..1))
??? plot(plot::Implicit2d(x^2+y^2-1, x = -1..1, y = -1..1))
|
Error: Unexpected MATLAB operator.
how can i resolve?
thanks
RE: plotting circumference
TTFN
FAQ731-376: Eng-Tips.com Forum Policies