draw a fading line given data x, y, and the windowSize
option input can be:
inputF: add the fading line to a given figure inputF
colorRange: first row is the starting color, second row is the ending color
example:
inF=figure;
x=1:100;
y=sin(x);
windowSize=20;
f = drawFadingLine(x,y,windowSize,inputF=inF,colorRange=[1,1,1;0,0,0])
인용 양식
YICHENG XU (2025). drawFadingLine (https://kr.mathworks.com/matlabcentral/fileexchange/168181-drawfadingline), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2024a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0 |
