can anybody help me to find what is wrong in the following code?

This topic has been permanently closed and transferred to MATLAB Answers.


syms p
f=2-ellipticK(p)
x0=0.1
a=fzero(f,x0)