creating upper and lower thresholds when graphing?

조회 수: 3 (최근 30일)
Joseph
Joseph 2014년 3월 27일
답변: Joseph Cheng 2014년 3월 27일
How do you create thresholds when graphing with red dotted lines.

채택된 답변

Joseph Cheng
Joseph Cheng 2014년 3월 27일
after you plot the original data
hold on,
plot(x,y,'r--');
where x = [Xaxisstart Xaxisend] and y=[yaxisThresholdvalue yaxisThresholdvalue]

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by