Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Errorbars on two seperate curves starting from a particular point

1 回表示 (過去 30 日間)
Abdullah Al Mamun
Abdullah Al Mamun 2019 年 3 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have
  1. data files of two curves from 0 to 2.5
  2. data file of another curve from 0 to 2.5
  3. I want to plot first two data files from 0 to 2.5 and third data file as error bars starting from 1 up to 2.5 on the first two curves.
Would anyone be able to help me in this regard. I need it urgently.
Thank you.
  1 件のコメント
dpb
dpb 2019 年 3 月 15 日
And what have you tried and where did you have a problem? Seems straightforward enough...but w/ no data not much to do unless try to create your problem for you...
"Help us help you!"

回答 (1 件)

Agnish Dutta
Agnish Dutta 2019 年 3 月 19 日
I think the command you are looking for is:
errorbar(x,y,neg,pos): draws a vertical error bar at each data point, where neg determines the length below the data point and pos determines the length above the data point, respectively.
Link:

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by