f=x^3+2*x^2-3*x+5;pretty(f,'x')
??? Error using ==> sym.pretty
Too many input arguments.
这是个什么情况啊,哪里错了呢

 採用された回答

yvenqug
yvenqug 2023 年 5 月 23 日

0 投票

f=x^3+2*x^2-3*x+5
f =
x^3+2*x^2-3*x+5
>> pretty(f)
3 2
x + 2 x - 3 x + 5

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange启动和关闭 についてさらに検索

タグ

質問済み:

2023 年 5 月 23 日

回答済み:

2023 年 5 月 23 日

Community Treasure Hunt

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

Start Hunting!