creating .mat file in matlab
이전 댓글 표시
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?
답변 (1개)
Azzi Abdelmalek
2015년 6월 24일
save filename signa1 fs1 signal2 fs2
댓글 수: 2
Steven Chong
2015년 6월 24일
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
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!