BULLSEYE plots patch data in polar coordinates, with option to match the AHA 16 segments representation.
Original bullseye submission here:
https://fr.mathworks.com/matlabcentral/fileexchange/16458-bullseye-polar-data-plot
AHA 16 segments reference:
Cerqueira MD, et al. Circulation 2002;105:539–542. doi: 10.1161/hc0402.102975.
Usage example:
data=[3.3 2.8 2.3 1.6 2.0 3.1 4.3 3.8 3.5 3.6 3.7 4.5 4.8 4.8 4.8 4.8];
figure(1), bullseye2(data','aha',1,'n',10);colormap('winter'),caxis([1 5]);
引用格式
Stanislas Rapacchi (2024). Bullseye Polar Data Plot for AHA 16 segments representation (https://www.mathworks.com/matlabcentral/fileexchange/68206-bullseye-polar-data-plot-for-aha-16-segments-representation), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- MATLAB > Graphics > Formatting and Annotation > 3-D Scene Control > Lighting, Transparency, and Shading >
标签
致谢
参考作品: Bullseye Polar Data Plot
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |