openEMS/matlab/WriteOpenEMS.m

10 lines
268 B
Mathematica
Raw Normal View History

2010-03-23 06:15:04 +08:00
function WriteOpenEMS(filename, FDTD, CSX)
% function WriteOpenEMS(filename, FDTD, CSX)
%
% openEMS matlab interface
% -----------------------
% author: Thorsten Liebig
2010-03-23 06:15:04 +08:00
2010-03-24 06:48:32 +08:00
openEMS.FDTD = FDTD;
openEMS.ContinuousStructure = CSX;
struct_2_xml(filename,openEMS,'openEMS');