User`s guide

isreadable
Examples of Address Property Values
Property
Value Address Type Interpretation
’1F’ String
Location is 31 decimal on the
page referred to by cc.page
10
Decimal
Address is 10 decimal on the
page referred to by
cc.page
[18,1] Vector
Address location 10 decimal o n
memory page 1 (
cc.page = 1)
To specify the address in hexadecimal format, enter the address
property value as a string . isreadable interprets the string as the
hexadecimal representation of the desired memory location. To conv ert
the hex value to a decimal value, the function uses
hex2dec.Notethat
when you u se the string option to enter the address as a hex value, you
cannot specify the mem ory page. For string input, the memory page
defaults to the page specied by
cc.page.
count a numeric scalar or vector that denes the number of datatype
values to test for being readable. To assure parallel structure with
read, count can be a vector to dene mul t idimension al data blocks.
This function always tests a block of d ata whose size is the product of
the dimensions of the input vector.
datatype a string that represents a MA TLAB software data type.
The total mem ory block size is derive d from the value of
count and the
datatype you specify. datatype determines how many bytes to check
for each memory value.
isreadable supports the following data types:
datatype
String
Number
of
Bytes/Value Description
'double'
8
Double-precision oating po int
values
7-69