20251117
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
axes(handles.axes1);
|
||||
[X,Y,Z]=sphere(25);
|
||||
mesh(X,Y,2*(Z+1));
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
axes(handles.axes1);
|
||||
[X,Y,Z]=sphere(25);
|
||||
mesh(X,Y,2*(Z+1));
|
||||