Extracted Features in .MAT files
이전 댓글 표시
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
Guillaume
2019년 4월 1일
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
2019년 4월 1일
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
2019년 4월 1일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
