creating .mat file in matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?
댓글 수: 0
답변 (1개)
Azzi Abdelmalek
2015년 6월 24일
save filename signa1 fs1 signal2 fs2
댓글 수: 2
Azzi Abdelmalek
2015년 6월 24일
편집: Azzi Abdelmalek
2015년 6월 24일
There are no steps. to save the variables var1, var2 and var3 in the file filename.mat, just write
save filename var1 var2 var3
Read the documentation
doc save
doc load
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!