using quad wrong or is it removed?

2 vues (au cours des 30 derniers jours)
Rasmus
Rasmus le 1 Mar 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)

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by