syms x f(x)=ncfcdf(x,1,3,1); diff(f(x)) 错误使用 symengine Unable to prove 'x ~= Inf & ~x <= 0' literally. Use 'isAlways' to test the statement mathematically. 出错 sym/logical (line 426) X = mupadmex('symobj::logical',A.s,9); 出错 sym/any (line 479) X = any(logical(A)); 出错 ncfcdf (line 98) if ~any(k1(:)), return; end |