%% MDA_mex.mex64 is matlab mexfile for MDA algorithm. %% It allows only two dimensional problems because of the work is under review. %% Data=[2 3;3 2;4 5;-1 -1;-2 -3;-5 -1]; %% Labels=[1;1;1;1;2;2;2;2]; %% %% %% %% [V,D]=MDA_mex(Data,Labels); %% %% %% V - Orthonormal Eigenvectors %% D - Corresponding Eigenvalues in Sorted Order