4 lines
60 B
Matlab
4 lines
60 B
Matlab
axes(handles.axes1);
|
|
[X,Y,Z]=sphere(25);
|
|
mesh(X,Y,2*(Z+1));
|
axes(handles.axes1);
|
|
[X,Y,Z]=sphere(25);
|
|
mesh(X,Y,2*(Z+1));
|