Draw following graph with given data
显示 更早的评论
Given Condition
Scattered data • Centroid on xy-plane • Line from the centroid to another cluster • with real aspect ratio on [0, 1] 3 • Distances between the centroid to each data in another cluster

回答(1 个)
vidyesh
2023-9-26
0 个投票
Hi Tumbee,
I understand that you want to plot your data in the manner shown in the image.
To achieve this, you can utilize the following MATLAB functions.
- Scatter3 – This function will assist you in visualizing the data. You can find more details about it here- https://mathworks.com/help/matlab/ref/scatter3.html
- Mean – By employing this function, you can calculate the centroid of your data. For further information, please refer to the documentation available here - https://mathworks.com/help/matlab/ref/mean.html
- Norm – This function enables you to determine the distance between two points. You can access additional information about it here - https://mathworks.com/help/matlab/ref/norm.html
I hope these suggestions prove helpful to you in drawing the desired graph.
类别
在 帮助中心 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!