MATLAB POLYSPACE 7 Guía de instalación Pagina 42

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 618
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 617 618

Comentarios a estos manuales

Sin comentarios