C++ Math Library Reference | ![]() ![]() |
Import matrix from sparse matrix external format
C++ Prototype
mwArray spconvert(const mwArray &D)
C++ Syntax
#include "matlab.hpp" mwArray D; // Input argument(s) mwArray S; // Return value S = spconvert(D);
MATLAB Syntax
S = spconvert(D)
See Also
spconvert
Calling Conventions![]() | sparse | spdiags | ![]() |