C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray sec(const mwArray &X); mwArray sech(const mwArray &X);
C++ Syntax
#include "matlab.hpp" mwArray X; // Input argument(s) mwArray Y; // Return value Y = sec(X); Y = sech(X);
MATLAB Syntax
Y = sec(X) Y = sech(X)
See Also
sec
, sech
Calling Conventions![]() | schur | setdiff | ![]() |