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

Fixed flip method for Matlab older than 2013b.

parent fcac767c
Branches
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ for i=1:vobs(o)
end
end
o.data = flip(o.data);
o.data = flipud(o.data);
return
%@test:1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment