Skip to content
Snippets Groups Projects
Commit 5b664a86 authored by Dóra Kocsis's avatar Dóra Kocsis
Browse files

fix bug in estimation input: mode_compute

parent 16595172
Branches
Tags
No related merge requests found
......@@ -89,6 +89,13 @@ try
case 'consider_only_observed'
return;
case 'mode_compute'
if ~isempty(str2num(value))
options_.mode_compute = str2num(value);
else
options_.mode_compute = value;
end
case 'filter_step_ahead'
options_.filter_step_ahead = eval(value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment