⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 coffset.ma

📁 国外免费地震资料处理软件包
💻 MA
字号:
heops[x_, t_, h_] := 0.5*(Sqrt[t^2 + (x - h)^2] + Sqrt[t^2 + (x + h)^2]);piramid = Plot3D[-heops[x, 0.5, h], {x, -4, 4}, {h, -4, 4},         PlotRange -> {{-4, 4}, {-4, 4}, {-4, 0}}, Boxed -> False,         AxesLabel -> {"Midpoint", "Offset", "Time"},         PlotPoints -> {100, 100}, Mesh -> False,         AxesLabel -> {"Offset", "Midpoint", "Time"},         DefaultFont -> {"Times-Roman", 12},         Ticks -> {Automatic,         Automatic, {0, {-2, "2"}, {-4, "4"}}}];	co[h_] :=  ParametricPlot3D[{x, h, -heops[x, 0.5, h]}, {x, -4, 4},         Boxed -> False, Axes -> False,         PlotRange -> {{-4, 4}, {-4, 4}, {-4, 0}},         PlotPoints -> 100, DisplayFunction -> Identity];	coffset = Table[co[h], {h, -4, 4, 0.25}];Show[Graphics3D[piramid], coffset];Display["junk_ma.eps", %, "EPS"];

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -