I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2015년 6월 24일

0 개 추천

save filename signa1 fs1 signal2 fs2

댓글 수: 2

Steven Chong
Steven Chong 2015년 6월 24일
What about the steps to create the mat file?
Azzi Abdelmalek
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에 대해 자세히 알아보기

질문:

2015년 6월 24일

편집:

2015년 6월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by