zetaf(z)
The plasma dispersion function ( Algorithm 916 based)
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Citar como
wang qing (2026). zetaf(z) (https://la.mathworks.com/matlabcentral/fileexchange/50814-zetaf-z), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: The Voigt/complex error function (second version)
Información general
- Versión (1,62 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | 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 |