octave: add .mat extension to save command

time-shift
Houtan Bastani 2016-09-28 16:33:16 +02:00
parent de13e98791
commit f5a14cc537
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ else
end
xparam1=x0;
save prior_ok xparam1;
save prior_ok.mat xparam1;
options_.periods=opt.periods;
if isfield(opt,'nomoments'),