필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Make 3 lines with different values at Y axis

조회 수: 2 (최근 30일)
Idra
Idra 2012년 11월 1일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi!
I want to ask, how to make 3 lines at y axis on the bar graph?
I have this command:
clear
y=[0.0975 0.1270 0.2785 0.6324 0.8147 0.9058 3.6330];
x=[1 2 3 4 5 6 7]; k=bar(x,y,'b'); xlabel('Sorted Contrast'); ylabel('Contrast Value');
and I want to make 3 different lines at y axis and the values are:
L1 =0.7759
L2 =0.6174
L3= 0.3897
However, I dont know how to make it. Is there any suggestions?

답변 (1개)

Rick Rosson
Rick Rosson 2012년 11월 1일

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by