2

I would like to plot/visualize the intersections of multiple sets in matlab.

I found something like this:
image

Is there any way to do this in Matlab or some other way to visualize the intersection of multiple set?

Community
  • 1
  • 1
enigmae
  • 349
  • 2
  • 10
  • is there any particular reason why you do not "accept" any answer to any of your questions? – Shai Jul 01 '14 at 06:46

1 Answers1

1

you have a couple of options to start from. You can use Oleg Komarov's Schemaball tool from the FEX, or Gunther Struyf's code available on github

Oleg Komarov's Schemaball This is taken using Oleg Komarov's Schemaball code...

bla
  • 25,846
  • 10
  • 70
  • 101
  • Thanks for that. However, these seem plotting the correlation. I was wondering if there was something on the lines of plotting the intersection of multiple(different sized) sets! – enigmae May 30 '14 at 05:21
  • just use the machinery of the codes and make it work for you, at the end of the day you want curved lines to go from point a to point b on a circle. – bla May 30 '14 at 07:09