WriteHDF5 ========= ```{function} function WriteHDF5(filename,hdf_fielddata,hdf_mesh) ``` Full definition: ```{code-block} matlab function WriteHDF5(filename,hdf_fielddata,hdf_mesh) ``` input: - hdf_fielddata.time - hdf_fielddata.names - hdf_fielddata.values - hdf_mesh.type - hdf_mesh.names - hdf_mesh.lines ----------------------- (C) 2010 Sebastian Held See also ReadHDF5FieldData ReadHDF5Mesh