Files
matlab-learning/lab2/exercise2_9.m
2025-11-17 11:16:02 +08:00

4 lines
60 B
Matlab

axes(handles.axes1);
[X,Y,Z]=sphere(25);
mesh(X,Y,2*(Z+1));