From: nurul on 26 Jul 2010 04:24 forgot to ask the question. is there any possibility it doesnt read my audio file properly? if it is, how do i fix it? thank you~
From: us on 26 Jul 2010 07:31 "nurul " <epal_sakura(a)yahoo.com> wrote in message <i2jgn4$5di$1(a)fred.mathworks.com>... > forgot to ask the question. > > is there any possibility it doesnt read my audio file properly? > if it is, how do i fix it? thank you~ well... do you really need a hint(?)... 1) load it... 2) play it... 3) listen... us
From: Steven_Lord on 26 Jul 2010 09:55 "nurul " <epal_sakura(a)yahoo.com> wrote in message news:i2jep8$suq$1(a)fred.mathworks.com... > steve, now the error has gone. thank you. but i my code did not work > properly. > this is my full code. **frankly, i dont know how to load with output > argument. hehe. thats why im sticking with --> load > ('np1-20mfcc5st8mix50ms.mat','priornp');** If you're not sure how to use LOAD in the manner I suggested, why not look at its HELP to see if that gives more information about that technique? help load Or you can check the more in-depth documentation: doc load *snip* -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
From: Steven_Lord on 26 Jul 2010 09:57 "nurul " <epal_sakura(a)yahoo.com> wrote in message news:i2jgn4$5di$1(a)fred.mathworks.com... > forgot to ask the question. > > is there any possibility it doesnt read my audio file properly? There's no way to tell without testing it. That's your next step. > if it is, how do i fix it? thank you~ Use the debugging tools to determine where your program starts going wrong, correct the problem, and test to make sure the problem is fixed. http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/f2-4931.html -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
From: nurul on 28 Jul 2010 03:50 yeay. finally it works! thank you all for ur kind help. just another question. when i run from m file, it works great. but when i run directly from the figure file, it prompts error. it does not recognize the handles. i just dont understand, is there any different from running from m file and directly from figure file? i think it suppose to work the same cause the m file generated after we saved the fig file. isnt it? but why when i run directly from figure file it doesnt work? any idea?
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: loading mat file problem Next: Arduino Matlab Integration |