dynare/matlab/missing
Sébastien Villemot 98bdf76581
MATLAB R2009b compatibility fixes
— use XLS instead of XLSX in testsuite datafiles
— use optimset instead of optimoptions
— use quadv/quadl/quadgk instead of integral
— fix race condition in load_m_file_data_legacy.m tests
— use fallback implementation for intersect(…, 'stable')
2019-11-15 18:27:37 +01:00
..
contains Add fallback implementation for contains and splitlines functions. 2019-11-13 13:05:28 +01:00
corrcoef Fixed copyright notices. 2017-05-18 18:36:38 +02:00
intersect_stable intersect(…, 'stable') was introduced in MATLAB R2013a 2019-03-26 18:53:51 +01:00
is-row-column-matrix Add missing iscolumn and ismatrix for MATLAB < R2010b 2018-11-13 16:59:27 +01:00
isdiag isdiag was introduced in MATLAB R2014a 2019-03-26 16:50:06 +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
mex remove unused variable in dynare_config 2019-09-05 11:48:19 +02:00
narginchk narginchk was introduced in MATLAB R2011b 2019-03-26 18:53:51 +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
splitlines Add fallback implementation for contains and splitlines functions. 2019-11-13 13:05:28 +01:00
stats MATLAB R2009b compatibility fixes 2019-11-15 18:27:37 +01:00
strjoin Add a replacement for strjoin (missing in MATLAB < R2013a) 2019-05-20 12:47:41 +02: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