Borrar filtros
Borrar filtros

using quad wrong or is it removed?

2 visualizaciones (últimos 30 días)
Rasmus
Rasmus el 1 de Mzo. de 2014
Respondida: Azzi Abdelmalek el 1 de Mzo. de 2014
it says that i can't use quad as it will be removed in a future release. Can this reall be true, og am i doing something wrong with quad??
function opgave32
F=@(x) ln(1+tan(x));
quad(F,0,pi/4)

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 1 de Mzo. de 2014
there is a function called ln in Matlab, maybe you mean log
F=@(x) log(1+tan(x));
quad(F,0,pi/4)

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by