필터 지우기
필터 지우기

how to make mat file of a wave file

조회 수: 1 (최근 30일)
moonman
moonman 2011년 11월 2일
I am havig a wave file. I want to store the contents of wave file into mat file
i am doing y=wavread('alpha.wav') now y is having all elements
how can i make its mat file

답변 (3개)

Walter Roberson
Walter Roberson 2011년 11월 2일
save('alpha.mat', 'y')

moonman
moonman 2011년 11월 2일
with save('alpha.mat', y) i am getting error Bye
  댓글 수: 5
moonman
moonman 2011년 11월 3일
Jan i welcome ansers from all but King always explains the things well thats why i accept his answers
i have also accepted answers from others
u all people are great
Jan
Jan 2011년 11월 3일
@Moonman: Do not get me wrong, I do appreciate Wayne's answers also. And some of my questions could be answered by Walter using just a few words also. Without all questions concerning Matlab are welcome in this forum.
"Use save to save" and "use help for help" reminds me to "D for drive" in Night on Earth.

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


moonman
moonman 2011년 11월 3일
I consulted the book and got answer
y=wavread('alpha.wav');
save alpha.mat y;

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by