Curly brace annotation
DRAWBRACE Draw curly brace on current figure
DRAWBRACE([X1, Y1], [X2, Y2]) draws a curly brace from the point [X1,
Y1] to the point [X2, Y2]
DRAWBRACE([X1,Y1], [X2,Y2], W) draws a brace using the brace width W.
DRAWBRACE(..., 'Param1', 'Value1', 'Param2', 'Value2') draws a brace
using the LineSeries property values specified by 'Param1'/'Value1',
'Param2'/'Value2', ... .
H = DRAWBRACE(...) returns the LineSeries handle to the brace.
Example:
H = drawbrace([0 0], [1 1], 20, 'Color', 'k')
Cite As
Pål Næverlid Sævik (2026). Curly brace annotation (https://uk.mathworks.com/matlabcentral/fileexchange/38716-curly-brace-annotation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
