photo

Muhannad


Ryerson University

Last seen: 5年以上 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
150,594
of 300,779

評判
0

コントリビューション
7 質問
1 回答

回答採用率
28.57%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


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...

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

1

回答

質問


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...

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

1

回答

質問


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 ...

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

0

回答

質問


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(...

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

1

回答

質問


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...

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

0

回答

回答済み
help 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

10年以上 前 | 0

質問


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...

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

1

回答

質問


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...

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

2

回答