Skip to content

Files

Latest commit

Nov 15, 2024
1f854c7 · Nov 15, 2024

History

History
20 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 750 Bytes

bulletChart

View Bullet Chart on File Exchange Open in MATLAB Online

Version: 1.0

A bullet chart is a variation of bar chart which is used to show expected values against actual values.

How to use:

bulletChart(expectedData, actualData)
bulletChart(expectedData, actualData, Category)
bullet(___ Name, Value)
bulletChart(Parent,___)
b = bulletChart(___)

call help bulletChart for more information.