MATLAB POLYSPACE 7 Instalační příručka Strana 42

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 618
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 41
1 Startup and Shutdown
#!/usr/local/bin/perl
$val = 10;
system('matlab -r "test(' . ${val} . ')"');
2 Invoke the Perl script at the prompt using a Perl interpreter.
For more information, see the
matlab (Windows) or matlab (UNIX) reference
page.
Startup and Calling Java from MATLAB
When MATLAB starts, it constructs the Java class path using
librarypath.txt as well as classpath.txt. If you call Java from MATLAB,
see more about this in “The Java Class Path” and “Locating Native Method
Libraries” in the MATLAB External Interfaces documentation.
1-22
Zobrazit stránku 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 617 618

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

Žádné komentáře