MATLAB POLYSPACE RELEASE NOTES Uživatelský manuál Strana 231

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 240
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 230
Programming Interfaces
Call Java from MATLAB
MATLAB includes a Java Virtual Mach ine (JVM). This allo ws you to use th e
Java interpreter with MATLAB commands and to create and access Java
objects. For example, you can:
Access Java API class packages that support I/O and networking.
Access third-party Java classes.
Construct Java objects in MATLAB.
Call Java methods, using either Java or MATLAB syntax.
Pass data between MATLAB variables and Java objects.
Call Functions i n Shared Libraries
Use the MATLAB interface to generic DLLs to interact with functions in a
dynamic link library (
.dll) on Windows, a shared object file (.so)onUNIX
and Linux, or a dynamic shared library (
.dylib) on Intel-based Macintosh
platforms.
MATLAB supports any shared library written in C, or in any language that
can provide a C interface.
Import and Export Data
MAT-files and the M AT-file access library provide a convenient mechanism
for moving MATLAB binary data between platforms, and for importing and
exporting data to stand-alone MATLAB a pplications.
8-3
Zobrazit stránku 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 239 240

Komentáře k této Příručce

Žádné komentáře