Effacer les filtres
Effacer les filtres

How to Plot Horizontal errorbar

4 vues (au cours des 30 derniers jours)
Sonima
Sonima le 21 Août 2013
Does anybody knows how can I plot horizontal error bars in MATLAB? I am familiar with the errorbar function, which allows to plot vertical error bars. However, I need to be able to horizontal error bars. There is a herrorbar function for this purpose, but it doesn't work well. Any advice would be appreciated. Thanks!

Réponses (2)

Image Analyst
Image Analyst le 21 Août 2013
Then try the line() function to make it manually on your own.
  1 commentaire
Image Analyst
Image Analyst le 22 Août 2013
line([x1 x2], [y1 y2]);

Connectez-vous pour commenter.


the cyclist
the cyclist le 27 Août 2013
You could try this submission from the File Exchange:

Catégories

En savoir plus sur Errorbars dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by