Saving a file created (.wav , txt ... ) to another folder in the current directory
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mario Martos
le 6 Juil 2016
Réponse apportée : Star Strider
le 6 Juil 2016
Hi, I wanted to ask to see if someone could help me, about how I could save a .wav file for instance created in a specific directory folder , ie is saved in the folder I want. Thanks in advanced!
0 commentaires
Réponse acceptée
Star Strider
le 6 Juil 2016
There are several ways to build file names that include the directory you want to save your file in. The easiest option is to use the fullfile function to create it. Then use the appropriate function (for instance audiowrite for the .wav file) to save it.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Search Path dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!