ReadSize must be a positive integer or the character vector, ''file''.

Post Reply
matlab1
Site Admin
Posts: 4797
Joined: Thu Dec 15, 2016 9:30 am
Contact:

ReadSize must be a positive integer or the character vector, ''file''.

Post by matlab1 »

ReadSize must be a positive integer or the character vector, ''file''.
matlab1
Site Admin
Posts: 4797
Joined: Thu Dec 15, 2016 9:30 am
Contact:

Re: ReadSize must be a positive integer or the character vector, ''file''.

Post by matlab1 »

ReadSize — Amount of data to read
'file' (default) | 'sheet' | positive integer scalar
Amount of data to read in a call to the read function, specified as 'file' or 'sheet', or as a positive integer scalar.

If ReadSize is 'file', then each call to read reads all the data one file at a time.

If ReadSize is 'sheet', then each call to read reads all the data one sheet at a time.

If ReadSize is a positive integer, then each call to read reads the rows specified by ReadSize, or fewer if it reaches the end of the data.

When you change ReadSize from an integer scalar to 'file' or 'sheet', or conversely, the datastore resets using the reset function.

Data Types: char | string | double
Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests