Feeds
提问
Storing Wav files in an array
Sry im new to matlab been using it only for homworks So i was trying to divide a .wav file into 7 parts and store them in a a...
4 years 前 | 0 个回答 | 0
0
个回答提问
How can i make this code block a function?
z=[]; for i=1:length(x) g=h.*x(i); z=[z;g]; end [r c]=size(z); k=r+c; t=2; y=[]; cd=0; while(t<=k) for i=...
4 years 前 | 1 个回答 | 0