이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
% 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
인용 양식
Shaimaa Omer (2026). Four Elliptic Venn (https://kr.mathworks.com/matlabcentral/fileexchange/98419-four-elliptic-venn), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
