photo

Esra Akdogan


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
81,407
of 301,440

評判
0

コントリビューション
5 質問
0 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,282

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,580

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Numerical integration of a function containing symbolic characters
clear clc E=@(x) x.^2 syms A B var = integral(@(x) E(x).*(A*x+B),0,1) Hello everybody, I need to calculate this kind of in...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Derivative after Numerical Integral
hello everyone, I have a function of x, however I get it after calculating a numerical integral, such as: a = @(x) (integral(@...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Numerical integration twice wrt same variable
Hello people, I have afunctionand it is calculated by only numerical methods. As an example let's say; where And I am ask...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Numerical Integration in Summation sign
Hello guys, if anyone could help me, I'll appreciate it very very much. x = 1:10; x1 = 1:10; p = 1:4 y1 = @(x1) 2.*x1; %in...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Numeric Integral in terms of y = f(x), when I do not have f(x)
Hello all, as you can see I have x = 0:0.1:1 and y = f(x), however I do not have f(x), only corresponding y points. And I hav...

7年以上 前 | 1 件の回答 | 0

1

回答