C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray flipud(const mwArray &A);
C++ Syntax
#include "matlab.hpp"
mwArray A; // Input argument(s)
mwArray B; // Return value
B = flipud(A
);
MATLAB Syntax
B = flipud(A
)
See Also
flipud
Calling Conventions![]() | fliplr | floor | ![]() |