MATLAB - 3D Plotting and Visualization
What shape will the following MATLAB code produce?
[X,Y] = meshgrid(-1:1, -1:1);
Z = X.^2 + Y.^2;
surf(X,Y,Z);
[X,Y] = meshgrid(-1:1, -1:1);
Z = X.^2 + Y.^2;
surf(X,Y,Z);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions