Skip to content
Snippets Groups Projects
Commit 459d6ded authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

get_minimal_state_representation.m: set undefined output argument

parent f4a7a543
Branches
Tags
1 merge request!1963Fix problems with identification MC-sampling if the minimal state space is not found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment