zetaf(z)
The plasma dispersion function ( Algorithm 916 based)
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
wang qing (2026). zetaf(z) (https://uk.mathworks.com/matlabcentral/fileexchange/50814-zetaf-z), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: The Voigt/complex error function (second version)
General Information
- Version 1.3.0 (1.62 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.3.0 | updata a figure of the contours of Multi-Ion acoustic wave dispersion by this code |
||
| 1.2.0 | I find an error in this code: n=20+max(ceil(abs(x/a))) is suitable for a vector 'x' (z=x+iy) but may be wrong for a matrix 'x'. So I change this: x1=x(:);n=20+max(ceil(abs(x/a))) which is suitable for any dimensional matrix. |
||
| 1.1.0 | update the description |
||
| 1.0.0 |