Muhannad
Ryerson University
Followers: 0 Following: 0
Statistics
RANK
249 507
of 295 448
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
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 ...
nästan 9 år ago | 0 answers | 0
0
answersQuestion
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(...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 9 år ago | 0 answers | 0
0
answershelp 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
mer än 9 år ago | 0
Question
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...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 9 år ago | 2 answers | 0