From 97311fc1a382e0df2909203a5dedc615a32a9b05 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Thu, 2 Aug 2012 13:33:55 +0200 Subject: [PATCH] matlab: help doc on WriteOpenEMS --- matlab/WriteOpenEMS.m | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/matlab/WriteOpenEMS.m b/matlab/WriteOpenEMS.m index 691a0a4..d7c9cbd 100644 --- a/matlab/WriteOpenEMS.m +++ b/matlab/WriteOpenEMS.m @@ -1,6 +1,15 @@ 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 % ----------------------- % author: Thorsten Liebig