MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Uživatelský manuál Strana 500

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 500
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 499
16 Packaging GUIs as Apps
16-10
Dependency Analysis
When you create an app package, MATLAB analyzes your main file and attempts to
include all the MATLAB files that it uses in the app package. However, MATLAB does
not guarantee to find every dependent file. MATLAB does not find files for functions that
your code references as strings (for instance, as arguments to eval, feval, and callback
functions). In addition, MATLAB can include some files that the main file never calls
when it runs.
Dependency analysis searches for executable files, such as:
MATLAB files
P-files
.fig files
MEX-files
Dependency analysis does not search for data, image, or other binary files, such as Java
classes and .jar files. Add such files manually when you package your app. The Package
Apps dialog box provides an option for doing so.
Zobrazit stránku 499
1 2 ... 495 496 497 498 499 500

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

Žádné komentáře