matlab doc update

pull/1/head
Thorsten Liebig 2012-11-06 15:55:41 +01:00
parent d64e43a73c
commit b5a39c54ba
2 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -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