Stamatis Samaras - MATLAB Central
photo

Stamatis Samaras


Last seen: 約5年 前 2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/13 to 04/25Use left and right arrows to move selectionFrom 03/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
0 回答

ランク
12,005
of 298,292

評判
3

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

回答採用率
100.0%

獲得投票数
3

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Elegant way to create dynamically an array inside a for loop ?
Check the following piece of code. r = magic(5); w = bartlett(5); for j=1:10 b1(j)=sum(r(1,:).*w'*j); ...

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

1

回答

質問


How to do the following in a simpler and smarter way?
The following code prepares the labels for some classes. We have standard 12 elements of 1,2,3,...,21 one after another. Now is ...

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

2

回答

質問


How to extract data from a cell in a specific way ?
Suppose I have the following code for n = 1:21 sz = [23,42000]; data = cell(sz); for k = 1:12 ...

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

1

回答

質問


How to choose initial component parameters with gmdistribution.fit ?
I am training a Gaussian Mixture Model through gmdistribution.fit. However, as far as I am concerned my initial component parame...

11年以上 前 | 1 件の回答 | 2

1

回答

質問


How to make a 1xNxM array NxM ?
I think question says everything ,in fact I have a 1x23x13 array that i need to make it appear as 23x13.

12年弱 前 | 1 件の回答 | 1

1

回答

質問


How to put a list of different arrays, one below another, to create a new array ?
What I am asking is similar to this example, I have y1,y2,y3 manually created and I want my final array to be data =...

12年弱 前 | 2 件の回答 | 0

2

回答

質問


How to put a list of different arrays, one after another, to create a new array ?
What I am asking is similar to this example, I have y1,y2,y3 manually created and I want my final array to be data = [y1...

12年弱 前 | 2 件の回答 | 0

2

回答

質問


How to read AMR files or Convert them to WAV with Matlab?
I have some AMR files captured by cell phone , and I want to use them as data for some later use, I can convert them with some e...

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

1

回答