simult_.m: fix error message at order>3

time-shift
Johannes Pfeifer 2021-06-10 14:40:19 +02:00
parent 765109ee01
commit 907066ae95
1 changed files with 1 additions and 1 deletions

View File

@ -172,6 +172,6 @@ else
yhat3 = yhat3(ipred);
end
otherwise
error(['pruning not available for order = ' int2str(options_.order)])
error(['pruning not available for order = ' int2str(iorder)])
end
end