PLOT_LINES

バージョン 1.0.0.0 (597 Bytes) 作成者: Sww
Plots vertical lines at points defined on the x-axis.
ダウンロード: 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://jp.mathworks.com/matlabcentral/fileexchange/4520-plot_lines), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCreating, Deleting, and Querying Graphics Objects についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0