立体にプロットした点を展開する
Mostrar comentarios más antiguos
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 comentarios
Akira Agata
el 18 de Oct. de 2024
大智 山本
el 21 de Oct. de 2024
Akira Agata
el 23 de Oct. de 2024
大智 山本
el 25 de Oct. de 2024
Shunichi Kusano
el 1 de Nov. de 2024
こちら解決してますでしょうか。私も読んでいてどのように展開したいのかわからないのですが、球体を平面に展開したい、ということは理解いたしました。
例えば地球上の座標を地図化(平面投影)する際にはいくつかの図法が存在します。この中にイメージと一致するものはありますか?それともまた違う投影をお考えでしょうか。
https://log-bennkyou.com/1169/
Respuestas (0)
Categorías
Más información sobre 表面プロットとメッシュ プロット en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!