Well i have this
x1=randn(2,100)+repmat([1;5],1,100);
x2=randn(2,100)+repmat([3;3],1,100);
x3=randn(2,100)+repmat([1;1],1,100);
i plot it and have 3 regions,
how can i divide the regions for 3 line equally.
So far i wasw trying to discover de cordenates of the mean points, and graphicly i discover it thanks to matlab graphic tools of data statistics, but i cant do anything more, so if u please help me a litle bit i would thankfull
best regards,
André Mendes