Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
dynare
Commits
46263910
Commit
46263910
authored
Jun 18, 2015
by
Stéphane Adjemian
Browse files
Added command to download binary data file from www.dynare.org/Datasets.
parent
af29c078
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/deterministic_simulations/lola_solve_one_boundary.mod
View file @
46263910
// Based on Luca Marchiori/Olivier Pierrard(2012) LOLA 2.0: Luxembourg OverLapping generation model for policy Analysis
// Involves a call to solve_one_boundary.m that is tested here
if ~isoctave() && ~matlab_ver_less_than('8.4')
websave('lola_data.mat','http://www.dynare.org/Datasets/lola_data.mat')
else
urlwrite('http://www.dynare.org/Datasets/lola_data.mat','lola_data.mat')
end
load lola_data.mat
% ====================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment