% 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 (2023). 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 LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |