External Interfaces - The MathWorks - #30

/ 649


catalogue search
P. 01
P. 02
P. 03
P. 04
P. 05
P. 06
P. 07
P. 08
P. 09
P. 10
P. 11
P. 12
P. 13
P. 14
P. 15
P. 16
P. 17
P. 18
P. 19
P. 20
P. 21
P. 22
P. 23
P. 24
P. 25
P. 26
P. 27
P. 28
P. 29
P. 30
P. 31
P. 32
P. 33
P. 34
P. 35
P. 36
P. 37
P. 38
P. 39
P. 40
P. 41
P. 42
P. 43
P. 44
P. 45
P. 46
P. 47
P. 48
P. 49
P. 50


See other catalogues for The MathWorks

Text version of the page
1 Importing and Exporting Data
Shared Libraries on UNIX Systems. The bin/$arch subdirectory, where $arch is your machine's architecture, contains the shared libraries for linking your programs. For example, on Sun™ Solaris™ systems, the subdirectory is bin/sol64:
• The libmat.so library of MAT-file routines (C and Fortran)
• The libmx .so 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 systems.
Cand FortranExamples
Library
Description
matcreat.c
C program that demonstrates how to use the library routines to create a MAT-file that can be loaded into MATLAB
matcreat.cpp C++ version of the matcreat. c program
matdgns.c
C program that demonstrates how to use the library routines to read and diagnose a MAT-file
matdemo1.F
Fortran program that demonstrates how to call the MATLAB MAT-file functions from a Fortran program
matdemo2.F
Fortran program that demonstrates how to use the library routines to read the MAT-file created by matdemo1. F and describe its contents
For more information about MATLAB API files and directories, see "Additional Information" on page 3-56.
1-10

pageCatalog pdf di En 2012-06-22-01