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!
