Add data class as additional information on 2D plot

5 ビュー (過去 30 日間)
Ilya Krivoshein
Ilya Krivoshein 2023 年 3 月 20 日
移動済み: Matt J 2023 年 3 月 20 日
Hi,
I have a data vector of N data points and another data vector of the same length. I'm drawing the plot of the first vector and adding vertical lines on some points, but I also want to add class labels from the second vector to each (or some) points of the first vector somehow.
The second vector contains just numerical labels from 1 to 3.
Currently, plot is called like that:
plot(ste_vec);
xline(border_frames, LineWidth=1, Color='red');
The second vector is
classification
Plot looks like that:
What I want to achieve in any way possible:
I've stumbled upon datatip function but it doesn't work with my type of plot.

採用された回答

Dyuman Joshi
Dyuman Joshi 2023 年 3 月 20 日
移動済み: Matt J 2023 年 3 月 20 日
text might be helpful

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by