speech emotion recognition
Show older comments
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....
Answers (1)
Walter Roberson
on 18 Oct 2011
0 votes
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.
Categories
Find more on Speech Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!