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

 Akzeptierte Antwort

yvenqug
yvenqug am 23 Mai 2023

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu 启动和关闭 finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 23 Mai 2023

Beantwortet:

am 23 Mai 2023

Community Treasure Hunt

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

Start Hunting!