MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Betriebsanweisung Seite 338

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 575
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 337
read
Input Response
n
Read n values into a column vector. Return t he
vector in
mem.
[m,n]
Read (m* n) values from memory into an m-by-n
matrix in column major order. Return the matrix
in
mem.
[m,n,p,...]
Read (m*n*p*...) values from the pro cesso r
memory in colum n major order. Return the data
in an
m-by-n-by-p-by... multidimensional matrix
and return the matrix in
mem.
datatype a string that represents a MATLAB data type. The total
memory block size i s derived from the value of
count and the specied
datatype. datatype dete rmine s how many bytes to check for each
memory value.
read supports the following data types:
datatype Stri
ng
Description
'double'
Double-prec
ision oating point values
'int8'
Signed 8-bit
integers
'int16'
Signed 16-bi
t integers
'int32'
Signed 32-bi
t integers
'single'
Single-prec
ision oating point data
'uint8'
Unsigned 8-bit integers
'uint16'
Unsigned 16-bit integers
'uint32'
Unsigned 32
-bit integers
To limit the time that read spends transferring data from the processor,
the optional argument
timeout tells the data transfer process to stop
after
timeout seco nds. timeout is dened as the number of seconds
allowed to complete the read operation. You might nd this useful for
limiting prolonged data transfer operations. If you om it the
timeout
option in the syntax, read defaults to the global timeout dened in cc.
7-116
Seitenansicht 337
1 2 ... 333 334 335 336 337 338 339 340 341 342 343 ... 574 575

Kommentare zu diesen Handbüchern

Keine Kommentare