Mat_VarAddStructField
Adds a field to a structure array.
- Provided by: libmatio-doc (Version: 1.5.17-3)
- Source: libmatio
- Report a bug
Adds a field to a structure array.
#include
<matio.h>
int
Mat_VarAddStructField(matvar_t
*matvar, const char *fieldname);
The
Mat_VarAddStructField()
function adds a fieldname to the structure variable
matvar.
0 is returned on success.