how to use symbolic betainc?

I have a problem when I try to use the incomplete beta function, I declare the variable with syms, but when I try solve the problem, matlab says(??? Undefined function or method 'betainc' for input arguments of type 'sym'.)
How can I solve this?
before of all, Thank you.

 Accepted Answer

Sean de Wolski
Sean de Wolski on 29 Oct 2012
betainc is not defined for symbolic inputs:

1 Comment

Thank you man by now I will try solve this making a specific function that accepts symbolic inputs.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!