Nessuna licenza
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:');
Cita come
Sww (2025). PLOT_LINES (https://it.mathworks.com/matlabcentral/fileexchange/4520-plot_lines), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
