matlab doc update
parent
d64e43a73c
commit
b5a39c54ba
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue