Saving a file created (.wav , txt ... ) to another folder in the current directory
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
Star Strider
2016년 7월 6일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Search Path에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!