MATLAB XPC TARGET RELEASE NOTES Guide de l'utilisateur Page 420

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 531
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 419
remscope
Note that you c an only permanently remove scopes that a re added with
the method
addscope. This is a scope that is outside a model. If you
remove a scope that has been added through a scope block (the scope
block is inside the model), a subsequent run of that model creates the
scope again.
Examples Remove a single scope.
remscope(tg,1)
or
tg.remscope(1)
Remove two scopes.
remscope(tg,[1 2])
or
tg.remscope([1,2])
Remove all scopes.
remscope(tg)
or
tg.remscope
See Also xPCTargettargetobjectmethodsaddscope and getscope.
xPC Target demo scripts listed in “xPC Target Demos” on page 6-9.
18-96
Vue de la page 419
1 2 ... 415 416 417 418 419 420 421 422 423 424 425 ... 530 531

Commentaires sur ces manuels

Pas de commentaire