フィルターのクリア

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 Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by