Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
matlab-gui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
matlab-gui
Commits
0529c12c
Verified
Commit
0529c12c
authored
5 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
update call to stoch_simul for 4.6
parent
bdf42640
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gui_stoch_simulation.m
+2
-2
2 additions, 2 deletions
src/gui_stoch_simulation.m
with
2 additions
and
2 deletions
src/gui_stoch_simulation.m
+
2
−
2
View file @
0529c12c
...
...
@@ -11,7 +11,7 @@ function gui_stoch_simulation(tabId)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-20
19
Dynare Team
% Copyright (C) 2003-20
20
Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -239,7 +239,7 @@ uicontrol( ...
gui_tools
.
project_log_entry
(
'Running stochastic simulation'
,
'...'
);
[
jObj
,
guiObj
]
=
gui_tools
.
create_animated_screen
(
'Running stochastic simulation, please wait...'
,
tabId
);
handles
.
pushbuttonResults
.
Enable
=
'off'
;
info
=
stoch_simul
(
model_settings
.
varlist_
.
stoch_simul
);
[
info
,
oo_
,
options_
]
=
stoch_simul
(
M_
,
options_
,
oo_
,
model_settings
.
varlist_
.
stoch_simul
);
if
info
(
1
)
throw
([
'dynare error number '
info
(
1
)]);
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment