Per www.bankrate.com, plots the lowest fixed rate for 30yr mortgage in Natick, MA
% Lowest 30yr fixed mortgage rate for Natick MA (01760)
% time vector is: time1765
% data vector is: data1765
plot(time1765,data1765, '--rs','LineWidth',2,...
'MarkerEdgeColor','k',...
'MarkerFaceColor','g',...
'MarkerSize',10);
datetick
title('Lowest 30yr fixed mortgage rate for Natick, MA');
xlabel('Date');
ylabel('Interest Rate (%)');
data points
Created 20 Jul 2012 by Bob Levy
56 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments