creating upper and lower thresholds when graphing?

 Accepted Answer

after you plot the original data
hold on,
plot(x,y,'r--');
where x = [Xaxisstart Xaxisend] and y=[yaxisThresholdvalue yaxisThresholdvalue]

More Answers (0)

Asked:

on 27 Mar 2014

Answered:

on 27 Mar 2014

Community Treasure Hunt

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

Start Hunting!