%% NLDA_mex.mex64 is matlab mexfile for NLDA algorithm. %% For downloading NLDA_mex.mex64 file, right click on the file and saveas .... %% 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]=NLDA_mex(Data,Labels); %% %% %% V - Orthonormal Eigenvectors