Skip to content

bugfix scalar write. write all integer types in Matlab

Choose a tag to compare

@scivision scivision released this 19 May 07:02
· 1226 commits to main since this release
e67dcc0
  • h5save, ncsave can now write all matlab integer types (in addition to double, single, char, string) 'int8', 'int16', 'int32', 'int64', 'uint8', 'uint16', 'uint32', 'uint64'
  • fixed bug in writing scalar variables--would error under certain conditions