フィルターのクリア

how to set legend in matlab

3 ビュー (過去 30 日間)
Deepu S S
Deepu S S 2021 年 9 月 23 日
回答済み: Kishor 2022 年 12 月 19 日
how to set legend in matlab

採用された回答

KSSV
KSSV 2021 年 9 月 23 日
% Auto
A = rand(10,2) ;
plot(A)
legend
% Manually
plot(A)
legend('first','second')

その他の回答 (1 件)

Kishor
Kishor 2022 年 12 月 19 日
Add a legend to plot using the array starname

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by