-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
In MappedTensor.m, you could generalize the validation check to allow all integer types (int16, int32, etc.). Line 1590: validateattributes(oRefs, {'numeric'}, {'integer', 'real', 'positive'});
For the validateattributes() function, Matlab's documentation states:
"The string 'numeric' is an
abbreviation for the classes uint8, uint16, uint32, uint64,
int8, int16, int32, int64, single, double."
Works for me. Thanks for creating this file, it's a real improvement over memmapfile.