limit求极限时出现的问题。
古いコメントを表示
>> syms x
>> f=(2/pi*atan(x))^x;
>> limit(f,x,inf,'right')
错误使用 symengine
Inconsistent limit direction.
出错 sym/limit (第 62 行)
rSym = mupadmex('symobj::map', args{1}.s, 'symobj::limit', args{2}.s, args{3}.s, dir);
>> limit(f,x,inf)
ans =
Inf
应该怎么解决“?各位大神
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 文件操作 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!