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

 Respuesta aceptada

yvenqug
yvenqug el 23 de Mayo de 2023

0 votos

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

Más respuestas (0)

Categorías

Más información sobre 启动和关闭 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 23 de Mayo de 2023

Respondida:

el 23 de Mayo de 2023

Community Treasure Hunt

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

Start Hunting!