speech emotion recognition
조회 수: 2 (최근 30일)
이전 댓글 표시
Sir,Am doing project in emotion recognition in speech...I have to store matrix in an array..ie.for a loop from 1 to 6 i got a matrix as an answer..i need to store each matrix as a[1],a[2],.....,a[6] likewise...how to do that sir ? Help me....
댓글 수: 0
답변 (1개)
Walter Roberson
2011년 10월 18일
You would have to use cell arrays for that, and store in to a{1}, a{2} and so on. Notice the use of {} instead of () .
Proceeding this way is not necessarily efficient: sometimes you are better using a multi-dimensional numeric array.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Speech Recognition에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!