photo

Md. Asadujjaman


Last seen: 3ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
69,604
of 300,364

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 20,934

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,407

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to draw a random number from Cauchy Distribution with a particular mean and standard deviation?
We can generate a random number from the normal distribution with mean parameter mu and standard deviation parameter sigma using...

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

2

回答

質問


How to .txt or .rcmp file data with separated by colon?
Hi, I need to read the following data in Matlab from txt or .rcmp file. 11 0 1 1 0 0 0 0 0 4 1:2 1:3 1:4 1:...

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

1

回答

質問


Conversion of Cell elements to matrix elements
I have the following cell: x{1,1}={1,5,3} x{1,2}={2} x{1,3}={} x{2,1}={2,4} x{2,2}={5,3,1} x{2,3}={} Now, I want to conve...

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

1

回答

質問


How can I check that a newly generated sequence is already in the existing structure list or not?
Suppose I have a sequence list as follows: pp(1).x=[1 2 3 4]; pp(2).x=[3 2 1 4]; pp(3).x=[1 2 3 4]; pp(4).x=[2 1 3 4]; ...

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

2

回答

質問


How to make a structure unique?
emp.x=[]; emp.info=[]; emp.fit=[]; pop=repmat(emp,1,1); pop(1).x=[1 2 3 4]; pop(2).x=[3 2 1 4]; pop(3).x=[1 2 3 4]; p...

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

1

回答