pretty函数问题。

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

 Risposta accettata

yvenqug
yvenqug il 23 Mag 2023

0 voti

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

Più risposte (0)

Categorie

Scopri di più su 启动和关闭 in Centro assistenza e File Exchange

Tag

Richiesto:

il 23 Mag 2023

Risposto:

il 23 Mag 2023

Community Treasure Hunt

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

Start Hunting!