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

 Réponse acceptée

yvenqug
yvenqug le 23 Mai 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

Plus de réponses (0)

Catégories

En savoir plus sur Simscape Multibody dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!