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
Branches
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment