How to use errorbar
Show older comments
I have a script with the following data Data2=importdata('MichaelisMenten.txt'); Conc=Data2(:,1); rate=Data2(:,2); spred=Data2(:,3); w=1./(spred.*spred); ' plot(rate,konc); errorbar(??);
I need make vertical segment at each measurment on my plot, which showes plus and minus spread (ussing errorbar). But i cant figure out what to put in the errorbar-code
Accepted Answer
More Answers (0)
Categories
Find more on Errorbars in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!