To plot the equation (xy^3)/(1+y^2) = 8/5 in a 2D graph in MATLAB, you will need to first solve the equation for y. Here's the code to do that:
main.m125 chars4 lines
When you run this code, you should get a 2D graph of the equation. You can customize the graph with different colors, labels, and titles using built-in MATLAB functions.
gistlibby LogSnag