photo

Muna Tageldin


Last seen: 約1年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

17 質問
0 回答

ランク
122,738
of 300,750

評判
0

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

回答採用率
41.18%

獲得投票数
0

ランク
 of 21,073

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,837

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


"Unable to compute number of steps from 0 to n by 1" error for symbolic integration
Im trying to do numerical integration with the following function that have several parameters. My issue is that whenever I assi...

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

1

回答

質問


error in symbolic convolution using integral and isAlways
I want to symbolically integrate the following function using int This is actually similar to convoution so this is wha...

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

2

回答

質問


numerical integration of array
I'm trying to integrate the following series to compute the expected value $F_Z(z)=\sum_{i=0}^n \frac{n!}{i!(n-i)! (\lambda-n*...

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

1

回答

質問


How to use binomial expansion to produce correct results?
Hi, I'm working on numerical problems where I need to calculate the cumulative distribution function values using summation. Fur...

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

1

回答

質問


code a series using matlab that involve Pochhamer sumbol
I am trying to model the following series using matlab code but I dont know how to approach it $\sum_{i=1}^n \frac {n!} {(n-i)!...

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

1

回答

質問


NaN (not a number) in numerical integration
I am trying to integrate the following expression over the variable alpha ep=0.2; u=0.2; lam=0.7; n=1000; f=@(alpha) power(...

約4年 前 | 2 件の回答 | 0

2

回答

質問


Recursive Formula with integration
So I am trying to integrate expression like where a recursive integration by parts is used to evaluate the integral. How would ...

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

1

回答

質問


Error: objective function (feval) is not zero or at optimum.
I am trying to use mle estimation to estimate parameters of customized pdf. I am using two methods: mle function and fmincon. T...

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

0

回答

質問


parfeval or batch processing
Assuming I want to convert the below code from using parpool to using parcluster. The problem with my code is that the for loop ...

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

1

回答

質問


Error using fetchnext and parallel.pool.constant
I have this code, that I run on a remote cluster. I followed this tutorial on using parallel.pool.constant with parfeval. I r...

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

0

回答

質問


How to fit MLE function (MATLAB) to multivariable distribution estimation ?
I am trying to estimate parameters of custom pdf distribution , I am not sure if I could use MLE function in matlab or I should...

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

0

回答

質問


error using parallel.pool.constant/get value
so this is my code (not sure about function handle in parfeval). The error I get is on line 11. I dont understand the error ...

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

1

回答

質問


Sharing data and computations across processors
so I have this code which I am trying to run over a cluster. I used spmd and distributed for (drange). It worked fine on local...

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

0

回答

質問


optimise nested for-loop
I have this function (test) which uses nested-for loops, usually the function takes 75 seconds (interested in <4 seconds). fun...

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

1

回答

質問


Vectorization or for loop (speedup)
I have a function the do operations on 3 dimensional matrix like this: user_defined_function is a function that does the calcula...

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

1

回答

質問


how to solve the following problem using optimization toolbox?
I have this estimation problem where I use maximum likelhood estimation to solve it where the problem has pdf of: ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


vectorise for loop with element wise multiplication
I have this code that I am trying to vectorize with for loop the function is very complicated so a simplified version is f=@(...

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

1

回答