📄 write_seis.m
字号:
addpath ~/WAVES/SEM2DPACK_2.x/POST/ % check this path in your SEM2DPACK installation directorysample_seis%export at this locations:ista = [4 18 23 46];xsta(ista)for n=1:length(ista), k=ista(n); subplot(2,2,n)% plot(t*1e6, ux(:,k), t, uz(:,k)) plot(t*1e6, uz(:,k) ) axis([15 100 -inf inf]) xlabel('Time (\musec)') cosa=[t' ux(:,k) uz(:,k)]; save(['p' num2str(n) '.tab'],'cosa','-ascii')end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -