Community Profile

photo

Ole Hansen


Last seen: 9 Monate vor Aktiv seit 2012

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Can you recommend a speech recognition software package?
Hi, I basically need some kind of speech recognition software which is able to identify the numbers 1-20 and around 20 words....

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Reduce computational time when calling cellfun
I have: for i=1:length(cellarray) id1=cellfun(@(x)any(ismember('1',x)),cellarray{i}) id2=cellfun(@(x)any(isme...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Identification/filtering of characters within cell arrays
Say you have a cell array: cell_array={'Kh','8h','8d','Ks','Ac'} where h=hearts, d=diamonds, s=spades, c=club, K=king, A...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Filter/identify characters within a cell array
Say you have a cell array: cell_array={'Kh','8h','8d','Kd','Ks'} where h=hearts, d=diamonds, s=spades. In poker, the giv...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Search for individual characters within string
Say I have: cell_array={'AX','BY'}; It is easy to manipulate the terms 'AX' and 'BY' (to isolate, sort, identify etc.), ...

fast 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Insertion of character in between others in a string
Say I have a cell array: cell_array={'AA','KK','AKs','QQ','AKo'}: How do I attach the different suits (i.e. heart, club,...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Identify flop hand categories in poker (combinatorics using cell arrays)
I guess that others have done it before me, but I would like to learn it from scratch anyway (I cannot find any tutorial or tips...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Extract a range of a given cell array
I would like, trough a GUI, e.g.: prompt={'Insert range'} defans={'Insert range'} fields = {'num'} info = inputdlg...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sorting cell array of strings wrt. a character
Say I have: SM={'JJ','AKs','TT','AQs','AKo','AJs','KQs','99','ATs','AQo'} and I would like to sort it wrt. {XXs}, {YYo} ...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten