creating upper and lower thresholds when graphing?

 채택된 답변

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개)

질문:

2014년 3월 27일

답변:

2014년 3월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by