creating upper and lower thresholds when graphing?

 採用された回答

Joseph Cheng
Joseph Cheng 2014 年 3 月 27 日

0 投票

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