Fit a0B.m: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 February 2009

  • curprev 07:1707:17, 6 February 2009Euniv talk contribs 483 bytes +483 New page: function [a0, B] = fit_a0B( datafile ) %data = load('platt.B.dat'); data = load( datafile ); a = data(:,1); p = data(:,2); V = a.^3; [P1, S1] = polyfit(a, p, 1); [P2, S2] = polyfit(V, p...