Mat_Open 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_OPEN(3)		 BSD Library Functions Manual		   MAT_OPEN(3)

NAME
     Mat_Open — Open a MATLAB .mat file

SYNOPSIS
     #include <matio.h>

     mat_t
     Mat_Open(const char *matname, int mode);

DESCRIPTION
     The Mat_Open() function opens a MATLAB .mat file for read only or read-
     write access.

EXAMPLES
     #include <stdlib.h>
     #include <stdio.h>
     #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_Create(3), Mat_CreateVer(3), Mat_Close(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