strali.ml
来自「国外免费地震资料处理软件包」· ML 代码 · 共 18 行
ML
18 行
t=0:0.001:1;T1=2*pi/10;x1=sin(2*pi*t/T1);T2=2*pi/40;x2=sin(2*pi*(t.^4)/T2);figure subplot(2,1,1) plot(t,x1,'k') axis tight grid on subplot(2,1,2) plot(t,x2,'k') axis tight grid onprint -depsc junk_ml.eps
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?