using quad wrong or is it removed?

조회 수: 2 (최근 30일)
Rasmus
Rasmus 2014년 3월 1일
답변: Azzi Abdelmalek 2014년 3월 1일
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일
there is a function called ln in Matlab, maybe you mean log
F=@(x) log(1+tan(x));
quad(F,0,pi/4)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by