Scroll to navigation

MAT_SIZEOFCLASS(3) Library Functions Manual MAT_SIZEOFCLASS(3)

NAME

Mat_SizeOfClassReturns the size in bytes of a MATLAB class type.

SYNOPSIS

#include <matio.h>

size_t
Mat_SizeOfClass(int class_type);

DESCRIPTION

The () 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

Mat_SizeOf(3)

April 23, 2026 Nixpkgs