Mat_Close man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

MAT_CLOSE(3)		 BSD Library Functions Manual		  MAT_CLOSE(3)

NAME
     Mat_Close — Closes an open MATLAB .mat file

SYNOPSIS
     #include <matio.h>

     int
     Mat_Close(mat_t *matname);

DESCRIPTION
     The Mat_Close() function closes a MATLAB .mat file opened with Mat_Open()
     or created with Mat_CreateVer()

EXAMPLES
     #include "matio.h"

     int main(int argc,char **argv)
     {
	 mat_t *matfp;

	 matfp = Mat_Open(argv[1],MAT_ACC_RDONLY);
	 if ( NULL == matfp ) {
	     fprintf(stderr,"Error opening MAT file %s0,argv[1]);
	     return EXIT_FAILURE;
	 }

	 Mat_Close(matfp);
	 return EXIT_SUCCESS;
     }

SEE ALSO
     Mat_Open(3), Mat_CreateVer(3),

BSD				April 21, 2011				   BSD
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net