Curly brace annotation
버전 1.0.0.0 (1.9 KB) 작성자:
Pål Næverlid Sævik
Draws curly brace on current figure
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')
인용 양식
Pål Næverlid Sævik (2026). Curly brace annotation (https://kr.mathworks.com/matlabcentral/fileexchange/38716-curly-brace-annotation), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Annotations에 대해 자세히 알아보기
태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
