Skip to content
Snippets Groups Projects
Commit 5639adf7 authored by Houtan Bastani's avatar Houtan Bastani Committed by Sébastien Villemot
Browse files

clarify error message

(manually cherry picked from commit d22b86c2)
parent fdb364e4
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,9 @@ if ~noprint ...@@ -33,8 +33,9 @@ if ~noprint
error(['The model doesn''t determine the current variables' ... error(['The model doesn''t determine the current variables' ...
' uniquely']) ' uniquely'])
case 2 case 2
error(['MJDGGES returns the following error code: ' ... error(['The generalized Schur (QZ) decomposition failed. ' ...
int2str(info(2))]) 'For more information, see the documentation for Lapack function dgges: info=' ...
int2str(info(2)) ', n=' int2str(info(3))])
case 3 case 3
error(['Blanchard Kahn conditions are not satisfied: no stable' ... error(['Blanchard Kahn conditions are not satisfied: no stable' ...
' equilibrium']) ' equilibrium'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment