how to set legend in matlab

조회 수: 10 (최근 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 CenterFile Exchange에서 Legend에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by