How to use errorbar
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Errorbars dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!