isIOdatatype

isIOdatatype(typestr)

ISIODATATYPE Check whether a MATLAB type string names a native binary I/O data type

Usage:

result = isIOdatatype(typestr)

Inputs:

typestr : char - candidate type name (e.g., ‘double’, ‘uint16’, ‘int8’) – required

Outputs:
resultlogical - true if the type can be read/written with fread/fwrite

without byte-stream serialization

See also: bytestream_save, bytestream_load, MBFwrite

∿∿∿ Prerau Laboratory MATLAB Codebase · sleepEEG.org ∿∿∿