update for some Tutorials and examples

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2014-06-07 20:25:01 +02:00
parent 6a758840f5
commit a166f3d7a5
3 changed files with 10 additions and 10 deletions

View File

@ -5,10 +5,10 @@
% http://openems.de/index.php/Tutorial:_RCS_Sphere
%
% Tested with
% - Matlab 2011a / Octave 3.4.3
% - openEMS v0.0.29
% - Matlab 2013a / Octave 3.8.1
% - openEMS v0.0.32
%
% (C) 2012 Thorsten Liebig <thorsten.liebig@uni-due.de>
% (C) 2012-2014 Thorsten Liebig <thorsten.liebig@uni-due.de>
close all
clear

View File

@ -5,10 +5,10 @@
% http://openems.de/index.php/Tutorial:_Simple_Patch_Antenna
%
% Tested with
% - Matlab 2011a / Octave 3.4.3
% - openEMS v0.0.27
% - Matlab 2013a / Octave 3.8.1
% - openEMS v0.0.32
%
% (C) 2010-2012 Thorsten Liebig <thorsten.liebig@uni-due.de>
% (C) 2010-2014 Thorsten Liebig <thorsten.liebig@uni-due.de>
close all
clear

View File

@ -4,10 +4,10 @@
% This example demonstrates how to model sheet conductor losses
%
% Tested with
% - Matlab 2011a / Octave 3.4.3
% - openEMS v0.0.28
% - Matlab 2013a / Octave 3.8.1+
% - openEMS v0.0.32
%
% (C) 2012 Thorsten Liebig <thorsten.liebig@gmx.de>
% (C) 2012-2014 Thorsten Liebig <thorsten.liebig@gmx.de>
close all
clear
@ -56,7 +56,7 @@ CSX = AddBox( CSX, 'RO4350B', 0, start, stop );
CSX = AddConductingSheet( CSX, 'gold', MSL.conductivity, MSL.thickness );
portstart = [ mesh.x(1), -MSL.width/2, substrate.thickness];
portstop = [ mesh.x(1)+MSL.port_dist, MSL.width/2, 0];
[CSX, port{1}] = AddMSLPort( CSX, 999, 1, 'gold', portstart, portstop, 0, [0 0 -1], 'ExcitePort', 'excite', 'FeedShift', 10*resolution, 'MeasPlaneShift', MSL.port_dist);
[CSX, port{1}] = AddMSLPort( CSX, 999, 1, 'gold', portstart, portstop, 0, [0 0 -1], 'ExcitePort', true, 'FeedShift', 10*resolution, 'MeasPlaneShift', MSL.port_dist);
portstart = [mesh.x(end), -MSL.width/2, substrate.thickness];
portstop = [mesh.x(end)-MSL.port_dist, MSL.width/2, 0];