matlab docu fix for lumped port

This commit is contained in:
Thorsten Liebig 2010-12-26 19:45:48 +01:00
parent b7a9b8c605
commit 2254e01fd6

View File

@ -1,5 +1,5 @@
function [CSX,port] = AddLumpedPort( CSX, portnr, R, start, stop, dir, excitename ) function [CSX,port] = AddLumpedPort( CSX, portnr, R, start, stop, dir, excitename )
% [CSX,port] = AddLumpedPort( CSX, portnr, materialname, start, stop, dir, evec, excitename ) % [CSX,port] = AddLumpedPort( CSX, portnr, R, start, stop, dir, excitename )
% %
% CSX: CSX-object created by InitCSX() % CSX: CSX-object created by InitCSX()
% portnr: (integer) number of the port % portnr: (integer) number of the port