Saving a file in a particular folder with wavwrite?

1 visualización (últimos 30 días)
Mario Martos
Mario Martos el 7 de Jul. de 2016
Comentada: Stephen23 el 7 de Jul. de 2016
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)

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by