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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 293
getsignal
14-50
14getsignal
Purpose Return value of target object signal index
Syntax MATLAB command line
getsignal(target_object, 'signal index')
Arguments
Description getsignal returns the value of the signal associated with signal_index.
Examples Get the value of signal index 2.
getsignal(tg, 2)
ans = -3.3869e+006
target_object
Name of a target object. The default name is tg.
signal_index
Index number of the signal.
Przeglądanie stron 293
1 2 ... 289 290 291 292 293 294 295 296 297 298 299 ... 371 372

Komentarze do niniejszej Instrukcji

Brak uwag