"how to do feature extraction "
5 次查看(过去 30 天)
显示 更早的评论
I am new in matlab and i want perform feature extraction like this:
"function Y = Wmean(X)
% Copyright (c) 2015, MathWorks, Inc.
Y = mean(X,2);
end"
Features which i have to have to extract is :Skewness,kurtosis
Can anyone help me in this with some code or example?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!