We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
The text was updated successfully, but these errors were encountered:
This problem is not fix untill yet in mdm.m example
Sorry, something went wrong.
No branches or pull requests
In multiple examples, which should presumably work, the function poynting.m gives an error:
Undefined function or variable 'array'.
The text was updated successfully, but these errors were encountered: