MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 48

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 274
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 47
2 Installation and Configuration
2-12
Next, verify that invhilb is now a MEX-file by listing the invhilb files:
ls invhilb.*
You will see a list similar to this:
invhilb.c invhilb.m invhilb_mex.c
invhilb.h invhilb.mexsol
These are the various files that the Compiler generates from the M-file. The
Compiler-generated MEX-file appears in the list as the filename followed by
the appropriate UNIX MEX-file extension. In this example, the Compiler was
executed on Solaris, so the Compiler creates the file
invhilb.mexsol. For more
information on which files the Compiler creates for a compilation, see Chapter
5, Controlling Code Generation.
To test the newly created MEX-file, start MATLAB and, at the MATLAB
prompt, type
invhilb(10)
Seitenansicht 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 273 274

Kommentare zu diesen Handbüchern

Keine Kommentare