【发布时间】:2019-07-29 15:31:03
【问题描述】:
我想解这个方程并在 Matlab 中找到 'u'。
对于这个等式的左边,我们有chi2cdf(u, 2*Nr, 'upper')
但我无法使用它并出现错误。
syms x positive
eqn = chi2cdf (x,2,'upper');
我得到了这个错误:
Error using symengine
cannot prove 'x<0' literally. to test the statement mathematically, use isAlways.
我该如何解决这个问题?
【问题讨论】:
-
你是想在给定 L 和 M 的情况下以数字方式求解 u,还是以符号方式求解?
标签: matlab equation chi-squared