Add name above a horizontal (threshold) line on a graph plot matlab

8 ビュー (過去 30 日間)
ANDREA
ANDREA 2023 年 1 月 19 日
コメント済み: ANDREA 2023 年 1 月 19 日
Hello everyone!
How can I add the name above a horizontal (threshold) line on a graph plot? (I don't want to put the name of the line in the legend, but above it).
I am using matlab 2014a version.
Thank you very much!

採用された回答

Dyuman Joshi
Dyuman Joshi 2023 年 1 月 19 日
x=[0 10];
y=[2 2];
plot(x,y)
%adjust x, y coordinates and the text as you like
text(0.5, 2.05, 'Text')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by