Saving a file in a particular folder with wavwrite?

2 vues (au cours des 30 derniers jours)
Mario Martos
Mario Martos le 7 Juil 2016
Commenté : Stephen23 le 7 Juil 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!
  2 commentaires
Adam
Adam le 7 Juil 2016
What is wavwrite? It doesn't appear to be a toolbox function.

Connectez-vous pour commenter.

Réponse acceptée

Stephen23
Stephen23 le 7 Juil 2016
Modifié(e) : Stephen23 le 7 Juil 2016
tmp = fullfile(pathname,filename);
wavwrite(...,tmp)

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by