Four Elliptic Venn

Draw a four elliptic venn diagram.
75 Downloads
Updated 27 Aug 2021

View License

% Draw a four elliptic venn diagram
% Input:
% - for sets = { A, B , C, D}
% - data is a fifteen element cell of:
% |A|
% |B|
% |C|
% |D|
% |A and B|
% |A and C|
% |B and C|
% |A and B and C|
% |A and D|
% |B and D|
% |C and D|
% |A and B and D|
% |A and C and D|
% |B and C and D|
% |A and B and C and D|
% Example:
% FourEllipticVenn( { 'Set 1', 'Set 2' , 'Set 3', 'Set 4'}, {'A', 'B', 'C', 'D', 'AB', 'AC', 'BC', 'ABC', 'AD', 'BD', 'CD', 'ABD', 'ACD', 'BCD', 'ABCD' }, 'Four Elliptic Venn' )
% Implemented by Shaimaa Omer 2020

Cite As

Shaimaa Omer (2024). Four Elliptic Venn (https://www.mathworks.com/matlabcentral/fileexchange/98419-four-elliptic-venn), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0