Commit 7420f56d6917522ede200c773e450a11d5074b24
1 parent
b12818783c
Exists in
master
add sample time arg
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
allanplot.m
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | cc = 'bkcgmry'; |
30 | 30 | for i = [1:length(col)] |
31 | 31 | data.freq = load(filename)(:,col(i)).*mult(i); |
32 | - if nargin == 4 | |
32 | + if nargin == 5 | |
33 | 33 | if ad_opt(i) == 1 |
34 | 34 | printf(strcat(filename, ' col', num2str(col(i)), ' drift removed\n\n')) |
35 | 35 | data.freq = detrend(data.freq); |