MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manuel d'utilisateur Page 265

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 408
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 264
Using MAT-Files
6-9
Include Files
The include directory holds header files containing function declarations with
prototypes for the routines that you can access in the API Library. These files
are the same for both Windows and UNIX. Included in the subdirectory are:
matrix.h, the header file that defines MATLAB array access and creation
methods
mat.h, the header file that defines MAT-file access and creation methods
Libraries
The subdirectory that contains shared (dynamically linkable) libraries for
linking your programs is platform dependent.
Shared Libraries on Windows. The bin subdirectory contains the shared libraries
for linking your programs:
libmat.dll, the library of MAT-file routines (C and Fortran)
libmx.dll, the library of array access and creation routines
Shared Libraries on UNIX. The extern/lib/$arch subdirectory, where $arch is
your machine’s architecture, contains the shared libraries for linking your
programs. For example, on
sol2, the subdirectory is extern/lib/sol2:
libmat.so, the library of MAT-file routines (C and Fortran)
libmx.so, the library of array access and creation routines
Example Files
The examples/eng_mat subdirectory contains C and Fortran source code for a
number of example files that demonstrate how to use the MAT-file routines.
The source code files are the same for both Windows and UNIX.
Vue de la page 264
1 2 ... 260 261 262 263 264 265 266 267 268 269 270 ... 407 408

Commentaires sur ces manuels

Pas de commentaire