photo

Daniel


Last seen: 6 months ago Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: Cognitive Science, Automatic Speech Recognition, Signal Processing, Minimum Description Length, Bayesian Statistics

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
106,330
of 300,853

REPUTATION
0

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,319

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Find sets of consistent patterns with a variable pattern index
Suppose I have a matrix in which the rows index multiple runs of a clustering algorithm and the columns index the clusters that ...

13 years ago | 0 answers | 0

0

answers

Answered
Error in compiled exe file using deploytool ("An error occurred while trying to determine whether normcdf is a function name")
Compiling with mcc -m provides more information on the error message than contained in the log file created using the deploytool...

14 years ago | 0

| accepted

Question


Error in compiled exe file using deploytool ("An error occurred while trying to determine whether normcdf is a function name")
I have compiled a standalone executable using deploytool.m in the Matlab Compiler Version 4.16 with Matlab R2011b. I get the fol...

14 years ago | 2 answers | 0

2

answers

Answered
Return all unique rows with unique elements
@andrei: Ah, the last line should be: out = x(b(all(diff(a,1,2),2), :), :); That does it! Thanks!!

14 years ago | 0

Answered
Return all unique rows with unique elements
@andrei: This does not work because it returns several rows which contain the same element. What I am looking for is a matrix o...

14 years ago | 0

| accepted

Question


Return all unique rows with unique elements
How would I find all rows of a matrix which contain only unique elements? For example, if I have a matrix containing all 3-way...

14 years ago | 4 answers | 0

4

answers