plotting 3d gaussian beam

10 次查看(过去 30 天)
hi there, I'm a greenhorn in matlab, and i want to ask you about simulation of 3d nano beaming process. a simple way to say is; i want to engrave a model into a material and the input argument i had is x,y,z, material coefficient and beam density, the x,y,z value are not in order (from small to large) . which x and y represent the location of a dot in the material, suppose a silicone, and z represent the dwell-time of the beam. the actual depth of the material is determined by = material coefficient*dwell-time*beam density. do you have a matlab code that can simulate this problem? i want the curve to be smooth like a gaussian beam. and in addition the beam is in circular form, the larger the beam the larger the effect of the x and y.
for example: i had this file that contain a dot, which x=5,y=5 and z=5, material coef=1 and beam density =1 so i want a smooth curve (cavity) in x=5 and y=5 coordinate, its depth is 5. and if i change the beam power to 2, so it will change the depth become 10, and it will affect the neighboring point, suppose a 1 radius from x=5 and y=5 has the Gaussian distribution of the beam.
i really need this matlab code, i hope you can help me. thank you very much, and sorry for my English. if is there any question please do email me.
Kind Regards,
Thomas

采纳的回答

Sean de Wolski
Sean de Wolski 2011-3-12
If you just want to plot it, then look at using an isosurface and a patch objects. Also look at some of the other volume visualization products, available here:
docsearch volume visualization
You could also use some of the regular plotting functions like
cylinder
I think it would help us a lot if you could find a similar image on google so that we know what we're looking for.
  2 个评论
Win Thomas Halim
Win Thomas Halim 2011-3-15
here an example about we're looking for
http://img8.imageshack.us/i/fibn.jpg
please have a look.
thanks
Sean de Wolski
Sean de Wolski 2011-3-15
That's a mesh or a surface plot:
doc mesh
doc surf

请先登录,再进行评论。

更多回答(1 个)

Reena Sharma
Reena Sharma 2020-12-14
I want matlab code for circular gaussian beam. I am using matlab R2014

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by