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!

 Respuesta aceptada

Stephen23
Stephen23 el 7 de Jul. de 2016
Editada: Stephen23 el 7 de Jul. de 2016
tmp = fullfile(pathname,filename);
wavwrite(...,tmp)

Más respuestas (0)

Etiquetas

Preguntada:

el 7 de Jul. de 2016

Comentada:

el 7 de Jul. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by