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.

Réponses (1)

darova
darova le 30 Mai 2019
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 commentaires

Thank you brother MP.
Can I have your email to communicate ?
darova
darova le 1 Juin 2019
yes, but i dont know if i can trust you
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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Discrete Data Plots dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by