mphevalglobalmatrix
Evaluate global matrix variables.
Syntax
M = mphevalglobalmatrix(model,expr,...)
Description
M = mphevalglobalmatrix(model,expr,...) evaluates the global matrix of the variable expr and returns the full matrix M.
The function mphevalglobalmatrix accepts the following property/value pairs:
none | average | sum
none | average | sum
Integer vector | end | all
none | inverse | maxwellmutual | mutualmaxwell | sy | sz | ys | yz | zs | zy
Note: S-parameters evaluation requires the RF module.
Example
Load lossy_circulator_3d.mph from the RF Module’s Applications Libraries:
model = mphopen('lossy_circulator_3d.mph');
Evaluate the S-parameters matrix using the solution dataset dset4:
M = mphevalglobalmatrix(model,'emw.SdB','dataset','dset4');
See also
mpheval, mphevalpoint, mphevalpointmatrix, mphglobal, mphint2, mphinterp, mphparticle, mphray