MATLAB XPC TARGET RELEASE NOTES Uživatelská příručka Strana 449

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 531
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 448
set (target application object)
Purpose Change target application object property values
Syntax MATLAB command line
set(target_object)
set(target_object, 'property_name1', 'property_value1',
'property_name2', 'property_value2', . . .)
target_object.set('property_name1', 'property_value1' )
set(target_object, property_name_vector,
property_value_vector)
target_object.property_name = property_value
Target PC command line - Commands are limited to the target object
properties
stoptime, sam ple time, and parameters.
parameter_name = parameter_value
stoptime = floating_point_number
sampletime = floating_point_number
Arguments
target_object
Name of a target object.
'property_name'
Name of a target object property. Always use
quotation marks.
property_value
Value for a target object property. Alwa ys
use quotation marks for character strings;
quotation marks are optional for numbers.
Description set sets the properties of the target object. Not all properties are user
writable.
Properties must be ente red in pairs or, using the alternate syntax, as
one-dimensional cell arrays of thesamesize. Thismeanstheymust
both be row vectors or both column vectors, and the corresponding
values for properties in
property_name_vector are stored in
property_value_vector. The writable properties for a target object
18-125
Zobrazit stránku 448
1 2 ... 444 445 446 447 448 449 450 451 452 453 454 ... 530 531

Komentáře k této Příručce

Žádné komentáře