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)

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 3월 1일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Language Fundamentals에 대해 자세히 알아보기

태그

질문:

2014년 3월 1일

답변:

2014년 3월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by