Problem with solving an equation that includes beta CDF

Hi all
I want to solve an equation that involve the CDF of a beta distribution, but it gives me error:
syms x; solve(betacdf(x,6,24)==0.01, 0<=x<=1 );
Error using symengine (line 58) Unable to prove '0 <= x and x <= 1' literally. To test the statement mathematically, use isAlways.
Error in sym/all (line 633) B = mupadmex('symobj::all',A.s,9);
Error in betacdf (line 34) allOK = all(k(:));
Really appreciate your help

답변 (1개)

카테고리

도움말 센터File Exchange에서 Dynamic System Models에 대해 자세히 알아보기

질문:

2013년 9월 27일

답변:

2013년 9월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by