ContourEdges

버전 1.0.2 (2.82 KB) 작성자: myradio
Plots the contour lines for a given matrix on the given contour values without interpolation, i.e., following the image edges.
다운로드 수: 116
업데이트 날짜: 2018/12/10

라이선스 보기

Plots the contour lines for a given matrix on the given contour values without interpolation, i.e., following the image edges.

Basic not completely compatible with contour but similar syntax.

인용 양식

myradio (2024). ContourEdges (https://www.mathworks.com/matlabcentral/fileexchange/69633-contouredges), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Contour Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Removed the call to gauss2d in the example and on the help, coz gauss2d is eeglab. Replaced it with fspecial(gaussian, hsize, sigma); which needs to be symmetric but its native MATLAB.

1.0.1

Description edit

1.0.0