Skip to content

Change load_m_file_data.m to more direct approach of reading variables

Johannes Pfeifer requested to merge JohannesPfeifer:data_interface into master

Ignores all variables that are not member of options_.varobs instead of reading full content of m-file and then aborting if one irrelevant variable has not the same dimensions as the observables. That way all, other computations the user does in the m-file are hidden from Dynare and do not matter when reading the data.

Merge request reports