Writing cell array of strings to hdf5 using h5write

20 visualizaciones (últimos 30 días)
Michael Werth
Michael Werth el 22 de Mayo de 2019
Editada: Michael Werth el 23 de Mayo de 2019
The hdf5write function lets you to easily write a cell array of strings to an output HDF5 file. However, the documentation states that hdf5write will be removed in the future, and to use h5write instead.
But h5write only supports numerical types, and the documentation states that you need to use the low-level H5D functions in order to write strings.
When will h5write be upgraded to support string writing?

Respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by