From bd85d6f46c932591386044521d0eb9ac3b4ded85 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 3 Sep 2013 13:37:31 +0200 Subject: [PATCH] tutorials: more readable boundary conditions --- matlab/Tutorials/Bent_Patch_Antenna.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/Tutorials/Bent_Patch_Antenna.m b/matlab/Tutorials/Bent_Patch_Antenna.m index 7e99c3b..bf469ed 100644 --- a/matlab/Tutorials/Bent_Patch_Antenna.m +++ b/matlab/Tutorials/Bent_Patch_Antenna.m @@ -45,7 +45,7 @@ FDTD = InitFDTD('CoordSystem', 1); % init a cylindrical FDTD f0 = 2e9; % center frequency fc = 1e9; % 20 dB corner frequency FDTD = SetGaussExcite( FDTD, f0, fc ); -BC = [2 2 2 2 2 2]; % boundary conditions +BC = {'MUR' 'MUR' 'MUR' 'MUR' 'MUR' 'MUR'}; % boundary conditions FDTD = SetBoundaryCond( FDTD, BC ); %% setup CSXCAD geometry & mesh