
Stamatis Samaras
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
12.005
of 297.457
REPUTATION
3
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
3
RANG
of 20.438
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 158.938
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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); ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 2
1
AntwortFrage
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.
mehr als 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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 =...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 12 Jahre vor | 1 Antwort | 0