To graph the function -(x1/2) - (3*x2 / 2), you can use the ezsurf
or surf
function in MATLAB.
Here's an example code snippet that generates the graph of the function:
main.m269 chars15 lines
This will create a 3D surface plot of the function.
gistlibby LogSnag