interval plot

plot intervals
1.4K Downloads
Updated 23 Sep 2005

View License

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')

Cite As

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

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

I omitted the viredoublons subfunction.
sorry!