Line Intersect
                    버전 1.0.0.0 (919 Bytes) 작성자:  
                  Jonathan Millin
                
                
                  Finds the points of intersection for linear time series data, very efficiently
                
                  
              
                    다운로드 수: 1.8K
                    
                    
                  
                
                  업데이트 날짜:
                    2008/4/21
                  
                
                  라이선스 없음
Finds the intersection point for a set of time series data, without any loops.
Elapsed time is 0.000212 seconds, searching 1800 points, and finding 90 intersections, on a Core 2 Duo E6600 :)
Example Code::
~~~~~~~~~~~~~~
numElem= 50; 
a=rand(numElem,1); 
b=rand(numElem,1); 
xs=1:numElem;
[x,y, signs]=lineIntersect(a,b);
plot(xs,a,'k',xs,b,'b',x,y,'ro')
인용 양식
Jonathan Millin (2025). Line Intersect (https://kr.mathworks.com/matlabcentral/fileexchange/19642-line-intersect), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
              개발 환경:
              R2007a
            
            
              모든 릴리스와 호환
            
          플랫폼 호환성
Windows macOS Linux카테고리
      Help Center 및 MATLAB Answers에서 Time Series에 대해 자세히 알아보기
    
  태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 | 
