フィルターのクリア

how to integrate f(x)= x/(8+6x^2)^2 in matlab

1 回表示 (過去 30 日間)
jey sun
jey sun 2014 年 3 月 27 日
回答済み: James Tursa 2014 年 3 月 27 日
how to integrate f(x)= x/(8+6x^2)^2 in matlab with the range of 0 to 6 i have tried the int fuction but am getting an error, which is shown below
>> int(F, x, 0, 6) Undefined function 'int' for input arguments of type 'double'.

回答 (1 件)

James Tursa
James Tursa 2014 年 3 月 27 日
See this thread:
And also, again, note that you can do this one on paper with a simple u = 8 + 6x^2 substitution.

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by