![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2207264.jpg)
Muhannad
Ryerson University
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
107.388
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Convolution in matlab continuous
I am trying to compute the convulsion of: assume( mu > 0 ) conv (exp( -3 * abs(w) ), 2 * mu / ( mu^2 + w^2 )) with r...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
RAM crash because of multiple looping, how to solve the problem?
l = find(lamda >= fmin & lamda <= fmax); lam = lamda(l); n = length(lam); C = zeros(n,n,n,n,n); C = zer...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Avoid using for loops as it results in ram crash and slow down
My code is: for i = 1:n for ii = 1:i-1 for iii = 1:ii-1 for iv = 1:iii-1 ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Reducing the number of for loops
How can I reduce the number of for loops in the code below: l = find(lamda >= fmin & lamda <= fmax); lam = lamda(...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculate the coordinate for Gaussian
IF the attached figure is the coordinates for a circle...what is the code so I can get the coordinates for a 2D gaussian distrib...
más de 9 años hace | 0 respuestas | 0
0
respuestashelp me with this for loop please
will min(x) always be the same number as x is not changing? you can use repmat(min(x), 201,1)) if that is the case
más de 9 años hace | 0
Pregunta
Calculating the icdf of Gaussian function without using icdf function
Hi, I am interested to calculate the icdf (inverse cumulative distribution function) directly from Gaussian plot without usin...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
convert plot(x,y) to plot(y(ind))
Hi, I am trying to convert plot(x,y) to plot(y(ind)) So i am interesting in getting the indices of x which gives me y? Tha...
más de 9 años hace | 2 respuestas | 0