creating upper and lower thresholds when graphing?
1 回表示 (過去 30 日間)
古いコメントを表示
How do you create thresholds when graphing with red dotted lines.
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!