table of contents
other versions
- unstable 1.6.0-1
| MAT_SIZEOFCLASS(3) | Library Functions Manual | MAT_SIZEOFCLASS(3) |
NAME¶
Mat_SizeOfClass —
Returns the size in bytes of a MATLAB class
type.
SYNOPSIS¶
#include
<matio.h>
size_t
Mat_SizeOfClass(int
class_type);
DESCRIPTION¶
The
Mat_SizeOfClass()
function returns the size in bytes associated with the MATLAB class type
enumerator class_type such as
MAT_C_DOUBLE or
MAT_C_INT32.
RETURN VALUES¶
On success, the size in bytes for class_type is returned. If the class type is not recognized, 0 is returned.
SEE ALSO¶
| April 23, 2026 | Nixpkgs |