Saving a file in a particular folder with wavwrite?

2 Ansichten (letzte 30 Tage)
Mario Martos
Mario Martos am 7 Jul. 2016
Kommentiert: Stephen23 am 7 Jul. 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!

Akzeptierte Antwort

Stephen23
Stephen23 am 7 Jul. 2016
Bearbeitet: Stephen23 am 7 Jul. 2016
tmp = fullfile(pathname,filename);
wavwrite(...,tmp)

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by