dynare/matlab/missing
Sébastien Villemot 0b1c465b38
Octave compatibility fix: intersect(..., 'stable')
The 'stable' option of intersect(), which keeps the element order of the first
argument, is not available on Octave. Provide a fallback implementation, and
adapt the code.
2019-02-15 18:43:19 +01:00
..
corrcoef Fixed copyright notices. 2017-05-18 18:36:38 +02:00
intersect_stable Octave compatibility fix: intersect(..., 'stable') 2019-02-15 18:43:19 +01:00
is-row-column-matrix Add missing iscolumn and ismatrix for MATLAB < R2010b 2018-11-13 16:59:27 +01:00
isfile Make isfile.m command work with Matlab versions before 9.1 2017-10-17 09:14:15 +02:00
issquare Fixed copyright notices. 2017-05-18 18:36:38 +02:00
nanmean Added second input argument to missing/nanmean routine. 2018-01-13 00:10:50 +01:00
ordeig Fixed copyright notices. 2017-05-16 14:11:15 +02:00
rows_columns Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
stats Added unit tests for gamrnd algorithms. 2018-12-15 16:48:25 +01:00
stats-matlab Increase tolerance in quantile.m unit test 2018-12-17 12:38:41 +01:00
strsplit Added strsplit routine in missing. 2018-05-16 16:41:43 +02:00
struct2array Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
vec Fixed copyright notices. 2017-05-18 18:36:38 +02:00