3D human body for temperature analysis

Can any brother show the procedure to make a 3D human simple body (cylindrical) for temprature analysis by using GUI or SMNEW.
Please refer to attachment. I shall be much obliged to him/her.

回答 (1 件)

darova
darova 2019 年 5 月 30 日

1 投票

A lot of work has to be done
clc,clear
[x, y, z] = cylinder;
surf(5*x,5*y,20*z*(1-0.5)) % main body
hold on
surf( z*7+2,x,y+11) % left bar
surf(-z*7-2,x,y+11) % right bar
surf(x+8,y,z*7+3) % left hand
surf(x-8,y,z*7+3) % right hand
surf(2*x,2*y,3*z+10) % neck
[x1,y1,z1] = sphere;
surf(2.5*x1,2.5*y1,2.5*z1+13) % head
hold off
xlabel('X')
ylabel('Y')

3 件のコメント

Muhammad Waqar Talib
Muhammad Waqar Talib 2019 年 6 月 1 日
Thank you brother MP.
Can I have your email to communicate ?
darova
darova 2019 年 6 月 1 日
yes, but i dont know if i can trust you
Muhammad Waqar Talib
Muhammad Waqar Talib 2019 年 6 月 4 日
You can trust me brother. You can have my email. Please contact me I need your help (we can talk)
waqartalib8@gmail.com
Trust me, I am not what you are thinking.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeParticle & Nuclear Physics についてさらに検索

質問済み:

2019 年 5 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by