From b5a39c54ba252ae063e99f1d0b64db020b748fcf Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 6 Nov 2012 15:55:41 +0100 Subject: [PATCH] matlab doc update --- matlab/ConvertHDF5_VTK.m | 2 ++ matlab/ReadHDF5Dump.m | 3 +++ 2 files changed, 5 insertions(+) diff --git a/matlab/ConvertHDF5_VTK.m b/matlab/ConvertHDF5_VTK.m index 693f9a3..ff2ea90 100644 --- a/matlab/ConvertHDF5_VTK.m +++ b/matlab/ConvertHDF5_VTK.m @@ -15,6 +15,8 @@ function ConvertHDF5_VTK(hdf_file, vtk_prefix, varargin) % 'FieldName': field name written to vtk, e.g. 'E-Field' % 'weight': field weighting % +% for more optional aguments have a look at ReadHDF5Dump +% % example: % % read time-domian data from hdf5, perform dft and dump as vtk % ConvertHDF5_VTK('Et.h5','Ef','NumPhase',18,'Frequency',1e9) diff --git a/matlab/ReadHDF5Dump.m b/matlab/ReadHDF5Dump.m index 4659a24..3119046 100644 --- a/matlab/ReadHDF5Dump.m +++ b/matlab/ReadHDF5Dump.m @@ -4,6 +4,9 @@ function [field mesh] = ReadHDF5Dump(file, varargin) % Read a hdf5 field dump, including an interpolation and frequency domain % transformation. % +% For more information about the output, refer to the help of +% ReadHDF5Mesh and ReadHDF5FieldData +% % possible arguments: % 'Range' see GetField_Range % 'Interpolation' see GetField_Interpolation