다운로드 수: 4.5K
업데이트
2004/2/25
라이선스 없음
plot_lines(xin) - Plots vertical lines at points defined on the x-axis using red solid lines and the current y-axis limits using a single line handle
plot_lines(xin,[a b]) - Plots the lines from a to b
plot_lines(xin,[],lntype) - Plots the lines using the current y-axis limits using the line type deined by lntype
h = plot_lines(xin,[a b],lntype) - Returns the handle to the vertcal lines
Ex.)
figure(1);clf;
plot(randn(1,1000));
x = [10 170 300 450 600 800 990];
hold on;
plot_lines(x,[],'b:');
인용 양식
Sww (2026). PLOT_LINES (https://kr.mathworks.com/matlabcentral/fileexchange/4520-plot_lines), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
