MATLAB XPC TARGET RELEASE NOTES Podręcznik Użytkownika Strona 420

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 419
1 2 ... 415 416 417 418 419 420 421 422 423 424 425 ... 530 531

Komentarze do niniejszej Instrukcji

Brak uwag