Extracted Features in .MAT files
Show older comments
Hi.
I want to save the extracted features after signal processing to feed into classifier. For example, I have mean, standard deviation and one other coefficient as extracted features. How can I save them in .mat files? I should save it together or independently?
Thank you.
4 Comments
Guillaume
on 1 Apr 2019
To me it makes more sense to keep them together in the same file, but it's really a matter of preference. Whichever way you choose, you'll have to write the code to load them to match.
David Lee
on 1 Apr 2019
I am having a total of 128 samples of data and for each sample, three different features have been extracted from each sample
Presumably, you end up with just one variable, an array of 128 arrays of 3 features. So you would just save that in a mat file. If you end up with 128 different variables, then you've gone wrong, and we need to fix that part of your code.
David Lee
on 1 Apr 2019
Accepted Answer
More Answers (0)
Categories
Find more on Descriptive Statistics 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!