"how to do feature extraction "
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!