READLABVIEWARRAY-ReadsaLabViewarrayintoMatlabA=READLABVIEWARRAY(FNAME,DATASIZE,MACHINEFORMAT)ReadsinvaluesfromaLabViewarrayfile.
DATASIZEisthesizeofthedata; the argument should be asizesuitableforusinginthefunctionFREAD(e.g.,
'double','int',etc)MACHINEFORMATistheoneofthefollowingstrings,asdescribedintheFOPENhelp(defaultis'b'):
'ieee-le'or'l'-IEEEfloatingpointwithlittle-endianbyteordering'ieee-be'or'b'-IEEEfloatingpointwithbig-endianbyteordering'ieee-le.l64'or'a'-IEEEfloatingpointwithlittle-endianbyteorderingand64bitlongdatatype'ieee-be.l64'or's'-IEEEfloatingpointwithbig-endianbyteorderingand64bitlongdatatype.