立体にプロットした点を展開する
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
A = readmatrix("1-10_size_down_data_yz_change.xlsx");
A = A(1:150000,1:3);
C = sortrows(A,2)
scatter3(C(:,1)*10^3,C(:,2)*10^3,C(:,3)*10^3)
xlabel("x mm")
ylabel("y mm")
zlabel("z mm")
リング状にプロットされている点を展開したいです。
イメージとしてつまようじでできた球を生け花の剣山のように展開したいです。
ご教授お願い致します。
5 commentaires
Shunichi Kusano
le 1 Nov 2024
こちら解決してますでしょうか。私も読んでいてどのように展開したいのかわからないのですが、球体を平面に展開したい、ということは理解いたしました。
例えば地球上の座標を地図化(平面投影)する際にはいくつかの図法が存在します。この中にイメージと一致するものはありますか?それともまた違う投影をお考えでしょうか。
https://log-bennkyou.com/1169/
Réponses (0)
Voir également
Catégories
En savoir plus sur 表面プロットとメッシュ プロット dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!