Main Content

setIOBlock

Write specified block

Since R2021a

    Description

    setIOBlock(obj,ioblocksub, level,block) writes the data, block, to the specified block subscript, ioblocksub, at the specified multi-resolution level, level.

    Input Arguments

    collapse all

    Adapter object, specified as an instance of an adapter class that is subclassed from the images.blocked.Adapter class.

    Block subscript, specified as a numeric array.

    Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

    Image resolution level, specified as an integer-valued scalar. For single-resolution images, level is always 1.

    Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

    Block of data, specified as a numeric array.

    Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

    Version History

    Introduced in R2021a