To use fimplicit
to plot the curve defined by the equation 3y + y^3 - x^3 = 5
, follow the steps below:
main.m41 chars2 lines
fimplicit
to plot the curve:main.m41 chars2 lines
The second argument [-10, 10, -10, 10]
specifies the range of x and y values for the plot.
The complete code snippet would look like this:
main.m82 chars3 lines
This will plot the curve defined by the equation 3y + y^3 - x^3 = 5
in a figure window.
Tags: matlab, fimplicit, plotting, equation
gistlibby LogSnag