table of contents
- unstable 1.6.0-1
| MAT_VARWRITEDATA(3) | Library Functions Manual | MAT_VARWRITEDATA(3) |
NAME¶
Mat_VarWriteData —
Deprecated variable-write helper that is no longer
supported.
SYNOPSIS¶
#include
<matio.h>
int
Mat_VarWriteData(const mat_t
*mat, matvar_t *matvar, void
*data, const int *start, const
int *stride, const int *edge);
DESCRIPTION¶
The
Mat_VarWriteData()
function remains in the public API for compatibility, but current matio
versions do not support it. Calls fail and emit a diagnostic directing
callers to
Mat_VarWrite()
or, for MAT 7.3 files, to
Mat_VarWriteAppend().
DEPRECATED¶
This function is deprecated since version 1.5.14. Use Mat_VarWrite or, for MAT 7.3 files, Mat_VarWriteAppend instead.
RETURN VALUES¶
The function returns
MATIO_E_OPERATION_NOT_SUPPORTED.
SEE ALSO¶
| April 23, 2026 | Nixpkgs |