MATLAB XPC TARGET RELEASE NOTES Instrukcja Użytkownika Strona 14

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 51
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 13
14
Including several variables in the selection can be made by using | in the regular expression
for name:
model Selection3
annotation (__Dymola_selections={
Selection(name="MySelection",
match={ MatchVariable (name="*.(phi|tau)", newName="%path%")})});
end Selection3;
Resulting in:
Alternatively of using |, several matchings can be used. They are or’ed.
model Selection4
annotation (__Dymola_selections={
Selection(name="MySelection",
match={ MatchVariable (name="*.phi", newName="%path%"),
MatchVariable (name="*.tau", newName="%path%")})});
end Selection4;
It is possible to build subtrees, by including a subtree name in the newName path:
Przeglądanie stron 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 50 51

Komentarze do niniejszej Instrukcji

Brak uwag