統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
double integration with absolute value with integral2
How can I compute a numeric double integral of a function f(x) of the form int(|int(f(x)dx)|dz) with x that varies from 0 to z a...
8年以上 前 | 1 件の回答 | 0
1
回答質問
define a function which computes numerical integral
Given 2 function f=@(x),g=@(x) I would like to define the function cg1return =@(t) int(f(s) * int(g(z), z == (0..s)), s == (0..t...
8年以上 前 | 1 件の回答 | 0
1
回答質問
compute a numerical double integral
I have this function beta defined as follows: fun1=@(x) -exp((-c.*x.*b+a.*exp(-b.*x)-a)./b); beta=@(x) (exp(-(-c.*x*b+a.*exp(-...
9年弱 前 | 0 件の回答 | 0
0
回答質問
I have a function beta defined as an integral. I want to define another function alpha "being the integral of that function".
In particular I want to solve the differential equation d alpha(s)/ds = 1/2* beta(s)^2 and get the function alpha. Beta is defin...
9年弱 前 | 1 件の回答 | 0