Skip to content
Snippets Groups Projects
Commit e2945b4f authored by orestis.malaspin's avatar orestis.malaspin
Browse files

this should close #69

parent 73385b7b
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -7,7 +7,9 @@ tx = ty = linspace (-2, 2, 21)';
tz = xx.^2 + 4*yy.^3-12*yy-2;
surf(tx, ty, tz)
xlabel("x")
ylabel("y")
zlabel("f(x,y)")
hold on
% [x, y] = meshgrid (-2:0.2:2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment