Filter löschen
Filter löschen

how to create a histogram for featim?

2 Ansichten (letzte 30 Tage)
RACHEL LYN JAHIRIN
RACHEL LYN JAHIRIN am 14 Jun. 2023
hi matlab community, is something wrong with my coding below? i want to create a histogram for featim. thnkyou so much.
feat=zeros(982,40);
for k=1:982
A=FYPdatabase{k,1};
featim=gmlog(A);
FYPdatabase{k,5}=featim;
end
hist3(featim);

Antworten (0)

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by