Moved vec.m under matlab/missing/vec, and add it into the path only under MATLAB (vec exists under Octave)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2967 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-09-24 08:34:57 +00:00
parent 89a71d5596
commit a3f639aba5
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ addpath([dynareroot '/AIM/'])
if ~exist('OCTAVE_VERSION')
% Replacements for rows() and columns() (inexistent under MATLAB)
addpath([dynareroot '/missing/rows_columns'])
% Replacement for vec() (inexistent under MATLAB)
addpath([dynareroot '/missing/vec'])
if isempty(ver('stats'))
% Replacements for functions of the stats toolbox
addpath([dynareroot '/missing/stats/'])