How to apply MCA(Morphological component analysis) for our map/image?

8 vues (au cours des 30 derniers jours)
John Mar Armocilla
John Mar Armocilla le 7 Avr 2019
1Capture.PNG
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

Réponses (0)

Catégories

En savoir plus sur Environment and Clutter dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by