diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/SIstyle/unitstep.m')
-rw-r--r-- | Master/texmf-dist/source/latex/SIstyle/unitstep.m | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/SIstyle/unitstep.m b/Master/texmf-dist/source/latex/SIstyle/unitstep.m deleted file mode 100644 index 66534624349..00000000000 --- a/Master/texmf-dist/source/latex/SIstyle/unitstep.m +++ /dev/null @@ -1,20 +0,0 @@ -wn = 100; -xi = 0.4; - - -A = sqrt(1-xi*xi); -alf = atan(A/xi); - -t = [0:.1:12]; - -y = 1- exp(-xi*t)/A .* sin(t*A+alf); - -plot(t,y) -axis([0 12 0 1.4]) -xlabel('time t') -ylabel('Displacement, x') -xlabel('Time, t') - -grphset(gcf,[3 10 8 6]) - - |