Using Octave language to plot function in 3D
Source code name: "canvas3d_jasymca.m"
Programming language: Octave
Topic: Plots/3D
DMelt Version 1. Last modified: 05/19/2016. License: Pro
https://datamelt.org/code/cache/canvas3d_jasymca_2587.m
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.


syms x,y
plot3d("minx=-2;maxx=2;miny=-2;maxy=2;minz=0;maxz=1;")
draw3d(x+y*y)
%  export3d("myimage.pdf")



You see the box below because you did not login.