Calculate radial displacement from X,Y,Z displacements of a cylinder node
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hello,
How do I calculate the radial displacement of a node on a cylinder from it's XYZ displacement. Center coordinate system sometimes is at center of the cylinder sometimes it's not. because I have more than one cylinder. I tried trignometry and the values does not make any sense. Below is the code I used. M\aybe what I need to calculate is the distance shown using the yellow line.
I have attached a sketch for reference. What am I missing here?

r=sqrt(bsxfun(@plus, bsxfun(@plus,x.^2,y.^2),z.^2 ));
5 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Assembly についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

