plot and calculate error bar

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

 채택된 답변

Evan
Evan 2013년 7월 16일
편집: Evan 2013년 7월 16일

0 개 추천

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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Errorbars에 대해 자세히 알아보기

태그

질문:

2013년 7월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by