interval plot

plot intervals
1,4K descargas
Actualizado 23 sep 2005

Ver licencia

From a series of intervals defined by start depth, end depth and type, create a interval plot.

example:
>> I=[10 12 1
13 15 2
17 22 1
23 28 1
29 30 2
31 34 2
35 36 1
36 38 2
38 40 1
43 46 1
46 47 2
48 49 2
50 53 1
54 57 1];
>> plotinterval(I,'v')

Citar como

Benoît Valley (2024). interval plot (https://www.mathworks.com/matlabcentral/fileexchange/8533-interval-plot), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

I omitted the viredoublons subfunction.
sorry!