creating .mat file in matlab

조회 수: 2 (최근 30일)
Steven Chong
Steven Chong 2015년 6월 24일
편집: Azzi Abdelmalek 2015년 6월 24일
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일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by