已回答
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...

8 years 前 | 0

已回答
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 ...

9 years 前 | 0