photo

panagiotis


Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: pattern recognition

Statistics

MATLAB Answers

6 Questions
3 Answers

RANK
154,168
of 300,352

REPUTATION
0

CONTRIBUTIONS
6 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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 1

View badges

Feeds

View by

Question


problem in cell to matrix conversion
X{i}.dist{n}{j}=sqrt(sum((Xhelp(n,:))' - (Ahelp(1,:))').^2);%compute euclidean distance the above i want to transform it in...

13 years ago | 0 answers | 0

0

answers

Answered
concatenate cells
oops you're right!!thx a lot!!

13 years ago | 0

Question


concatenate cells
for k=1:8 cd(phonemes{k}); datat{k}=dir('*.pcm'); cd .. x=cat(1,data{k}) end hey guys,i need some help h...

13 years ago | 2 answers | 0

2

answers

Question


mvnpdf function
anyone knows what mvnpdf matlab function returns???i mean likelihood or log-likelihood?? thx in advance p.s. when we have 7...

13 years ago | 0 answers | 0

0

answers

Question


problem with mean in cell arrays
for k=1:8 cd(phonemes{k}); data=dir('*.pcm'); for i=1:length(data) fid=fopen(data(i).nam...

13 years ago | 1 answer | 0

1

answer

Answered
problem with fread,matrix arguments
error in line 2 i mean "CAN'T" not "CAN"

13 years ago | 0

| accepted

Answered
problem with fread,matrix arguments
yes i use the first phoneme in order to find the error and then i think its easy to generalise it ;) I know my assignment er...

13 years ago | 0

Question


problem with fread,matrix arguments
i'll need some help here...well i have a folder who's inside there are 8 subfolders with names ('aa','ah','ax' 'eh' 'ih' 'ix' 'o...

13 years ago | 3 answers | 0

3

answers

Question


read multiple .pcm files from a directory
hey guys,i need some help here,well i have a main folder and there's inside him 2 subfolders each of it has 60 .pcm files..i hav...

13 years ago | 1 answer | 0

1

answer