matlab: help doc on WriteOpenEMS

pull/1/head
Thorsten Liebig 2012-08-02 13:33:55 +02:00
parent c42ab63f90
commit 97311fc1a3
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
function WriteOpenEMS(filename, FDTD, CSX) function WriteOpenEMS(filename, FDTD, CSX)
% function WriteOpenEMS(filename, FDTD, CSX) % function WriteOpenEMS(filename, FDTD, CSX)
% %
% Write the FDTD and CSX structures to a file.
%
% example:
% CSX = InitCSX();
% FDTD = InitFDTD();
% WriteOpenEMS('test.xml',FDTD,CSX)
%
% See also InitFDTD InitCSX CSXGeomPlot
%
% openEMS matlab interface % openEMS matlab interface
% ----------------------- % -----------------------
% author: Thorsten Liebig % author: Thorsten Liebig