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: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Common Module page