linemenu

버전 1.0.0.0 (1.98 KB) 작성자: Nathan Childress
Adds a context menu to change line properties.
다운로드 수: 1.4K
업데이트 날짜: 2003/8/25

라이선스 보기

LINEMENU adds a context menu to change line properties
LINEMENU(hline) creates a context menu for the line with handle hline
that allows line properties to be easily changed.
LINEMENU, without any input arguments, will create this context menu
for all lines that are found in the current figure.
This allows users to easily change line properties, and is especially
useful for compiled programs, as users do not have access to MATLAB's
property editor.

Example
----------
x = -pi:.1:pi;
y1 = sin(x);
y2 = cos(x);
plot(x,y1,x,y2)
linemenu

인용 양식

Nathan Childress (2024). linemenu (https://www.mathworks.com/matlabcentral/fileexchange/3901-linemenu), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0