% time1547 and data1547 available for use
% for Number of Plots in Trendy
%
t1 = time1546;
d1 = data1546;
t2 = time1547;
d2 = data1547;
tn = unique([t1; t2]);
tn(tn < max(t1(1),t2(1))) = [];
tn(tn > min(t1(end),t2(end))) = [];
d1n = interp1(t1,d1,tn);
d2n = interp1(t2,d2,tn);
plot(tn,d1n./d2n);
title('Trend per Plot Ratio on Trendy')
ylabel('trends/plot')
datetick
data points
Created 22 Mar 2012 by Rob Nickerson
132 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 22 Mar 2012 by Rob Nickerson
114 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments