Four Elliptic Venn

Version 1.0.0 (1,73 KB) von Shaimaa Omer
Draw a four elliptic venn diagram.
73 Downloads
Aktualisiert 27 Aug 2021

Lizenz anzeigen

% 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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2016b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0