Réponse apportée
Why do I get an error when I use the GAMMAINC function with complex input in MATLAB 7.8 (R2009a)?
If you have the Symbolic Math Toolbox, use igamma. >> igamma(1,1+1i) ans = 0.1988 - 0.3096i See: https://www.mathworks.com/hel...

environ 8 ans il y a | 0

Réponse apportée
Sin(pi) or cos(pi/2) problem with Matlab
If you have the Symbolic Math Toolbox, you can use _sym_ to represent _pi_ symbolically and calculate _f_ . Then, use double to ...

presque 9 ans il y a | 0