interval plot

버전 1.0.0.0 (1.58 KB) 작성자: Benoît Valley
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 CenterMATLAB Answers에서 Image 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!