photo

Ole Hansen


Last seen: 2 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
148,827
of 300,365

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
77.78%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

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

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

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

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

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

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

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

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

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

13 years ago | 2 answers | 0

2

answers