generate sphere using two coordinates
7 次查看(过去 30 天)
显示 更早的评论
Hallo, I want to plot a sphere with diameter of distance between the two coordinate points (x1,y1,z1) and (x2,y2,z2). and also adjust the colour settings. thanks for your help.
Pawan
0 个评论
回答(1 个)
Walter Roberson
2016-10-18
The euclidian distance between the two endpoints is the diameter, and the mean of the coordinates is the center point. After that it is standard creation of a sphere with known center and radius.
The method of creating the sphere is going to depend on what properties you want it to have. For example if you do standard lat/long banding then you need to decide where the poles are to be.
2 个评论
Walter Roberson
2016-10-19
"with radius (x,y,z) to (x_sigma,y_sigma,z_sigma)"
Some of your x are negative; it does not make sense to use negative values as a radius.
Your x, y, and z values are not equal, but you indicate you want to use them as radius; are you looking for the 3D equivalent of an ellipse, different radius around different axes?
I do not understand the role of x_sigma, y_sigma, z_sigma.
Should the first sphere have one pole at (x(1), y(1), z(1)) and the other pole at (x_sigma(1), y_sigma(1), z_sigma(1)) ?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!