Add text to data points in a circle plot
古いコメントを表示
Hello,
I have a 26x26 matrix called mdist of distances of 26 banks with themselves which i plot like this:
figure;
x=graph(mdist);
plot(x,'layout','circle');
The thing is that i need to put the names of each bank in the data points so it looks like the following(mine does not have those names)

2 件のコメント
Rik
2020 年 5 月 4 日
You can generally use the text function to insert texts to your plot.
Juan David Mateus
2020 年 5 月 4 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
