How to apply MCA(Morphological component analysis) for our map/image?
    조회 수: 6 (최근 30일)
  
       이전 댓글 표시
    

function [ im ] = rdmap_shs( fname )
figure()
x=csvread('120342_rdmap.csv');
ts=regexp('120342_rdmap.csv','\d*','match');
im=image(x);
colormap jet(90)
figname=strcat(erase('120342_rdmap.csv','.csv'),'.fig');
savefig(figname)
end
This is the code I used to make the map appear in a figure using a csvfile.
I want to try how to perform doing MCA for my map. I downloaded the code from gpeyre toolboxes 
https://github.com/gpeyre/matlab-toolboxes/blob/master/toolbox_sparsity/perform_mca.m and I can't seem to make it work. Can anybody help?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Environment and Clutter에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
