立体にプロットした点を展開する
15 views (last 30 days)
Show older comments
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 Comments
Shunichi Kusano
on 1 Nov 2024 at 1:01
こちら解決してますでしょうか。私も読んでいてどのように展開したいのかわからないのですが、球体を平面に展開したい、ということは理解いたしました。
例えば地球上の座標を地図化(平面投影)する際にはいくつかの図法が存在します。この中にイメージと一致するものはありますか?それともまた違う投影をお考えでしょうか。
https://log-bennkyou.com/1169/
Answers (0)
See Also
Categories
Find more on ビッグ データの処理 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!