Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Errorbars on two seperate curves starting from a particular point

1 visualización (últimos 30 días)
Abdullah Al Mamun
Abdullah Al Mamun el 14 de Mzo. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentario
dpb
dpb el 15 de Mzo. de 2019
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!"

Respuestas (1)

Agnish Dutta
Agnish Dutta el 19 de Mzo. de 2019
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:

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by