Draw following graph with given data

1 次查看(过去 30 天)
Tumbee
Tumbee 2022-4-7
回答: vidyesh 2023-9-26
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
vidyesh 2023-9-26
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.
  1. 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
  2. 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
  3. 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.

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by