Skip to content
Snippets Groups Projects
Verified Commit 7c650ed1 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Apply patch f082a5 to Matlab older than R2014b.

parent f082a5de
No related branches found
No related tags found
No related merge requests found
Pipeline #4595 failed
......@@ -38,7 +38,7 @@ for i=1:vobs(o)
end
end
if isoctave
if isoctave || matlab_ver_less_than('8.4')
o.data = round(o.data*10^n)/10^n;
else
o.data = round(o.data, n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment