integration

Respuestas (2)

Paulo Silva
Paulo Silva el 18 de Ag. de 2011

1 voto

yes and no, to do symbolic integration use int
syms x
int(x*log(1 + x), 0, 1)
Walter Roberson
Walter Roberson el 18 de Ag. de 2011

1 voto

syms uses command/function duality, as is often the case for save() and load().
syms is part of the Symbolic Toolbox and is not defined if you do not have that toolbox.

Preguntada:

el 18 de Ag. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by