How to use errorbar
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Errorbars in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!