Skip to content

Commit

Permalink
Update readNPYheader.m
Browse files Browse the repository at this point in the history
changes from:
kwikteam#9
  • Loading branch information
curtcorum authored Aug 23, 2021
1 parent b7b0a4e commit e532dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npy-matlab/readNPYheader.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

try

dtypesMatlab = {'uint8','uint16','uint32','uint64','int8','int16','int32','int64','single','double', 'logical'};
dtypesMatlab = {'uint8','uint16','uint32','uint64','int8','int16','int32','int64','single','double', 'logical', 'complex8', 'complex16'};'complex8', 'complex16'
dtypesNPY = {'u1', 'u2', 'u4', 'u8', 'i1', 'i2', 'i4', 'i8', 'f4', 'f8', 'b1'};


Expand Down

0 comments on commit e532dfb

Please sign in to comment.