Let $f(s)$ be a function. I would like to compute the following integral using Matlab
$$ I=\int_{c-i\infty}^{c+i\infty}f(s)s^{-s}ds. $$
How can we use Matlab to evaluate this integral. Is the following notation convenient :
syms s x
int(f,x,c-i\infty+c,c+i\infty) ?
Thanks