Feeds
提问
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...
14 years 前 | 0 个回答 | 0
0
个回答提问
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...
14 years 前 | 2 个回答 | 0
2
个回答提问
mvnpdf function
anyone knows what mvnpdf matlab function returns???i mean likelihood or log-likelihood?? thx in advance p.s. when we have 7...
14 years 前 | 0 个回答 | 0
0
个回答提问
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...
14 years 前 | 1 个回答 | 0
1
个回答已回答
problem with fread,matrix arguments
error in line 2 i mean "CAN'T" not "CAN"
problem with fread,matrix arguments
error in line 2 i mean "CAN'T" not "CAN"
14 years 前 | 0
| 已接受
已回答
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...
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...
14 years 前 | 0
提问
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...
14 years 前 | 3 个回答 | 0
3
个回答提问
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...
14 years 前 | 1 个回答 | 0
