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

 Accepted Answer

yvenqug
yvenqug on 23 May 2023

0 votes

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

More Answers (0)

Categories

Find more on 启动和关闭 in Help Center and File Exchange

Tags

Asked:

on 23 May 2023

Answered:

on 23 May 2023

Community Treasure Hunt

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

Start Hunting!