drawFadingLine

버전 1.0.0 (1.28 KB) 작성자: YICHENG XU
draw a fading line given data x, y, and the windowSize
다운로드 수: 0
업데이트 날짜: 2024/6/15

라이선스 보기

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