maxwellfdfd icon indicating copy to clipboard operation
maxwellfdfd copied to clipboard

Errors in "poynting.m" in examples

Open matthewgiarra opened this issue 7 years ago • 1 comments

In multiple examples, which should presumably work, the function poynting.m gives an error:

Undefined function or variable 'array'.

Error in poynting (line 105)
S_scalar2d = Scalar2d(array, grid2d, gt_array, osc,
physQ, ['<', physQ.symbol, '_', char(polarization),
'>'], intercept);

Error in mdm (line 56)
	Sx = poynting(Axis.x, E{Axis.y}, E{Axis.z},
        H{Axis.y}, H{Axis.z}, Axis.y, 0);

matthewgiarra avatar Mar 06 '17 20:03 matthewgiarra

This problem is not fix untill yet in mdm.m example

mnjet avatar Jan 10 '18 15:01 mnjet