Answered
doubt with check boxes
uicontrol('Style','checkbox') % doc uicontrol

meer dan 11 jaar ago | 0

| accepted

Answered
sorting Matrix in two coum matrix
reshape([M(:,1:2:end) M(:,2:2:end)],[],2) % M is your Matrix

meer dan 11 jaar ago | 1

| accepted

Answered
Simplest way to add a legend to the groups of a scatter plot
Without gscatter fcn: [~, I] = unique(C); p = findobj(gca,'Type','Patch'); legend(p(I),'X','Y','Z')

meer dan 11 jaar ago | 1