Effacer les filtres
Effacer les filtres

plot and calculate error bar

12 vues (au cours des 30 derniers jours)
Laura
Laura le 16 Juil 2013
I want to calculate and plot error bar of this data
X=40:1:225;
Y =0;0; 0......
Y is the results from calculating.
plot(X,Y)
and plot error bar
Thanks

Réponse acceptée

Evan
Evan le 16 Juil 2013
Modifié(e) : Evan le 16 Juil 2013
It's really difficult to provide any further help without you offering a more thorough description of your problem, but the errorbar function will plot your curve with confidence intervals that you specify. As for the specific values of the error itself, that's really up to what measurement of error is appropriate for your situation.

Plus de réponses (0)

Catégories

En savoir plus sur Errorbars dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by