Plotting Implicit Algebraic equations in MATLAB
- by Arkapravo
I wish to plot implicit functions in MATLAB. Like x^3 + xy + y^2 = 36 , equations which cannot be made into simple parametric form. Is there any simple method ?
I guess it is a very noob-ish question, sorry ..... have never gone exotic in MATLAB !