loglog graph analyses
Ältere Kommentare anzeigen
hi i have the folowing data i would like to plot in matlab
plotERRLW =
0.0466 0.0111 0.0074 0.0046
NX =
50 500 1000 2000
i am using a logarithmic graph to gain a straight line, if i wished to find the gradient of the line would i use the change in the original numbers or change in the numbers after i have taken a log of them?
(also if i have to take a log of them what base does loglog naturally plot)
i have tried a number of options already but can't seem to get the correct answer (i know it should be close to 2) thanks in advance please ask for any more information kyle
Antworten (1)
Honglei Chen
am 12 Apr. 2012
0 Stimmen
loglog uses 10 based logarithm for both X and Y, so if the resulting figure is a straight line and you want to calculate the slope of that line, you need to take logarithm for both X and Y first.
1 Kommentar
kyle lyth
am 12 Apr. 2012
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!