MATLAB - 3D Plotting and Visualization
Identify the mistake in this MATLAB code for 3D plotting:
[X,Y] = meshgrid(-1:1, -1:1);
Z = X*Y;
surf(X,Y,Z);
[X,Y] = meshgrid(-1:1, -1:1);
Z = X*Y;
surf(X,Y,Z);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions