interval plot

plot intervals
1,4K téléchargements
Mise à jour 23 sept. 2005

Afficher la licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Image Filtering and Enhancement dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

I omitted the viredoublons subfunction.
sorry!