plot and calculate error bar

2 次查看(过去 30 天)
Laura
Laura 2013-7-16
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Errorbars 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by