필터 지우기
필터 지우기

plotting 3d gaussian beam

조회 수: 10 (최근 30일)
Win Thomas Halim
Win Thomas Halim 2011년 3월 12일
답변: Reena Sharma 2020년 12월 14일
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