Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
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
dynare
Commits
459d6ded
Commit
459d6ded
authored
3 years ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
get_minimal_state_representation.m: set undefined output argument
parent
f4a7a543
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1963
Fix problems with identification MC-sampling if the minimal state space is not found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/get_minimal_state_representation.m
+4
-0
4 additions, 0 deletions
matlab/get_minimal_state_representation.m
with
4 additions
and
0 deletions
matlab/get_minimal_state_representation.m
+
4
−
0
View file @
459d6ded
...
...
@@ -117,6 +117,10 @@ else
end
minSYS
.
dD
=
SYS
.
dD
;
end
else
minSYS
=
[];
minns
=
[];
return
;
end
catch
minreal_flag
=
0
;
% if something went wrong use below procedure
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
d1dc9287
·
3 years ago
mentioned in commit
d1dc9287
mentioned in commit d1dc9287f21b374952de23a0b4c4719dba2f8949
Toggle commit list
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