Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Errorbars on two seperate curves starting from a particular point

조회 수: 2 (최근 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