interval plot

plot intervals
ダウンロード: 1.4K
更新 2005/9/23

ライセンスの表示

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

引用

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

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersImage Filtering and Enhancement についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

I omitted the viredoublons subfunction.
sorry!