用matlab画旋转抛物面_如何用mathematica或者matlab画三维图形,例如旋转抛物面 x^2+z^2=60y , (y,0,21.6).希望能给出详细代码。...

本文展示了如何利用Mathematica强大的绘图功能来绘制旋转抛物面,包括不同颜色和网格风格的选择,以及MATLAB的相关代码示例。
摘要由CSDN通过智能技术生成

展开全部

^

No intention to get the reward. Just show how powerful the Mathematica is!

The basic idea is from neu_lin.

ContourPlot3D[

x^32313133353236313431303231363533e58685e5aeb9313333303439382 + z^2 == 60 y, {x, -40, 40}, {y, 0, 21.6}, {z, -40, 40},

Mesh -> None, ContourStyle -> Directive[Opacity[0.5], Red],

ColorFunction -> Function[{x, y, z, f}, Hue[z]]]

ContourPlot3D[

x^2 + z^2 == 60 y, {x, -40, 40}, {y, 0, 21.6}, {z, -40, 40},

ColorFunction -> Function[{x, y, z, f}, Hue[Sin[x] Sin[z]]],

ColorFunctionScaling -> False, Mesh -> None]

ContourPlot3D[

x^2 + z^2 == 60 y, {x, -40, 40}, {y, 0, 21.6}, {z, -40, 40},

MeshFunctions -> {#1 - #2 &, #1 + #2 &},

MeshShading -

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值