Path: Common/General
% Consumer Price Index adjustment. Type CPIAdjust for a demo which will also plot CPI versus year. -------------------------------------------------------------------------- Form: cP = CPIAdjust( cC, yearC, yearN ) -------------------------------------------------------------------------- ------ Inputs ------ cC (:,:) Price at year cC to adjust yearC (1,1) Year for cC yearN (1,1) Year for which to compute cC ------ Outputs ------- cP (:,:) Adjusted prices --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Common Module page