Epri Pratiwi
Followers: 0 Following: 0
Feeds
질문
How to create exe file from mlapp?
I have some questions? My GUI is running by reading wav files from "ChildrenSong" and images from "images". How to add files ...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
How to normalize stereo audio?
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
Copy data from inside dObj
Why I can't copy the table data from this analysis? Is there any specific code to copy these data? I want to plot this table int...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to "wrap text" on pushbutton string?
I have a long tittle for a file. When I tried to show the tittle on pushbutton, it become like this. I want the rest of tittle g...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
Why .DS_Store file come up when I read a folder using function in gui matlab?
My folder in laptop (mac) only contain wav files. When I try to read folder using function in matlab gui, this .DS_Store file su...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to select multiple option on listbox?
I want to select multiple children song title from the listbox1 (left). The only thing I know is only select one by to to move t...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
What is the meaning of "global" in matlab GUI?
What is the purpose of using these global function? Why I have to use this? function testGUI_OpeningFcn(hObject, eventdata, han...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to process and rewrite multiple wav file into different folder?
I have a folder with multiple song. After I processed these .wav, I also want to rewrite and put it into different folder. How t...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to save a .wav file into different path after processed?
Anyone know how to save it into different path? Thanks [y, fs] = audioReadNCU(); [y, fs] = wavToPreprocWav(y, fs); band = wav...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to call multiple functions that connected each other with a single GUI push button?
I have this m.file. It links to 4 function file. How to write the code under push button GUI, so that it will process a '1.wav...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to play random song from list box in GUI Matlab?
How to play randomly the selected song from list song box?
4년 초과 전 | 답변 수: 1 | 0