Skip to content
Snippets Groups Projects
Commit 1f4ea5aa authored by Marco Ratto's avatar Marco Ratto
Browse files

Small bug fixes:

thanks to Jesper Linde and Malin Adolfson
parent c5ecad8c
Branches
Tags
No related merge requests found
...@@ -53,7 +53,7 @@ ishock= npar>estim_params_.np; ...@@ -53,7 +53,7 @@ ishock= npar>estim_params_.np;
if nargin<6, if nargin<6,
ipar=[]; ipar=[];
end end
if nargin<8 || isempty(dcrit), if nargin<8 || isempty(pcrit),
pcrit=1; pcrit=1;
end end
......
...@@ -53,6 +53,7 @@ siLREnorm = idelre.siLREnorm; ...@@ -53,6 +53,7 @@ siLREnorm = idelre.siLREnorm;
% tittxt = ''; % tittxt = '';
% end % end
tittxt1=regexprep(tittxt, ' ', '_'); tittxt1=regexprep(tittxt, ' ', '_');
tittxt1=strrep(tittxt1, '.', '');
if SampleSize == 1, if SampleSize == 1,
siJ = idemoments.siJ; siJ = idemoments.siJ;
normJ = max(abs(siJ)')'; normJ = max(abs(siJ)')';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment