"how to do feature extraction "

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개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2020년 3월 21일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by