Saving a file in a particular folder with wavwrite?

Hello,
I wanted to ask about whether you can save a particular file such as a .wav file in a specific folder in the directory , how I can do it using wavwrite ?
Thanks in advanced!

 채택된 답변

Stephen23
Stephen23 2016년 7월 7일
편집: Stephen23 2016년 7월 7일
tmp = fullfile(pathname,filename);
wavwrite(...,tmp)

추가 답변 (0개)

카테고리

태그

질문:

2016년 7월 7일

댓글:

2016년 7월 7일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by