MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 238

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 354
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 237
A MATLAB Compiler Quick Reference
Common Uses of MATLAB Compiler
In this section...
“Create a Standalone Application” on page A-2
“Create a Library” on page A-2
Create a Standalone Application
Example 1
To create a stan d alone ap p lication from mymfile.m,use
mcc -m mymfile
Example 2
To create a standalone application from mymfile.m,lookformymfile.m in the
directory
/files/source, and put the resulting C files and in /files/t arge t,
use
mcc -m -I /files/source -d /files/target mymfile
Example 3
To create a standalone application mymfile1 from mymfile1.m and
mymfile2.m using a single mcc call, use
mcc -m mymfile1 mymfile2
Create a Library
Example 1
To create a C shared l ibrary from foo.m,use
mcc -l foo.m
A-2
Vue de la page 237
1 2 ... 233 234 235 236 237 238 239 240 241 242 243 ... 353 354

Commentaires sur ces manuels

Pas de commentaire