Community Profile

photo

Ole Hansen


Last seen: 9 months ago Active since 2012

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 3 answers | 0

3

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 2 answers | 0

2

answers