![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17116769_1576632242789_DEF.jpg)
Muna Tageldin
Followers: 0 Following: 0
Statistik
17 Fragen
0 Antworten
RANG
181.602
of 297.016
REPUTATION
0
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
41.18%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
"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...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
5 Monate vor | 2 Antworten | 0
2
AntwortenFrage
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*...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)!...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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(...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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: ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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=@(...
mehr als 4 Jahre vor | 1 Antwort | 0