MATLAB XPC TARGET 4 - API GUIDE Podręcznik Użytkownika Strona 24

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 23
2 Targets and Scopes in the MATLAB Interface
2-6
Using the Method Syntax with Target Objects
Use the method syntax to run a target object method. The syntax
method_name(target_object, argument_list) can be replaced with
target_object.method_name(argument_list)
Unlike properties, for which partial but unambiguous names are permitted,
you must enter method names in full, and in lowercase. For example, to add a
scope of type
target with a scope index of 1,
1 In the MATLAB window, type
tg.addscope('target',1)
2 Alternatively, you can type
addscope(tg, 'target', 1)
Przeglądanie stron 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 371 372

Komentarze do niniejszej Instrukcji

Brak uwag