This commit is contained in:
2025-11-26 19:01:27 +08:00
Unverified
parent 55b82a23bc
commit cfab7130bd
25 changed files with 3489 additions and 0 deletions

8
lab4/exercise4_13.m Normal file
View File

@@ -0,0 +1,8 @@
subplot(2,2,2);
x=linspace(-pi/2,pi/2,100);
y=sqrt(cos(x));
plot(x,y);
subplot(2,2,3);
x=linspace(-2,2);
y=linspace(-4,4);
ezsurfc('x.^2/4+y.^2/16')