Convert a matrix to an array
이전 댓글 표시
I want to get the highest coefficients after applying PCA to an image. For this I'm going to convert the matrix of pixels to an array and then sort it. How to do it? or else is there a better way to sort the highest 10 PCA coeff
답변 (1개)
KSSV
2018년 4월 27일
load hald
coeff = pca(ingredients) ;
max(coeff(:))
카테고리
도움말 센터 및 File Exchange에서 Face Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!