function prediction = blinkdagger(x) %BLINKDAGGER Obtain future stock prices % This part of the m-file shows up when you type the command % "help blinkdagger" at the command prompt. You can add useful % information here regarding your function inputs and outputs. % In addition, you can provide examples too! If you have related % functions then you can mention them in the "See also" portion. % % % See also blinkdagger2, blinkdagger3 % Copyright 1984-2008 The MathWorks, Inc. % $Revision: 1 $ $Date: 2008/11/04 $ prediction = x;