polyvac
버전 1.0.0.0 (484 Bytes) 작성자:
Vassili Pastushenko
Vectorized "polyval" for columns of a matrix
다운로드 수: 4.1K
업데이트 날짜:
2004/11/18
라이선스 없음
Vectorized "polyval" for polynomials represented by columns of a matrix Z (usually produced by POLYFIC).
Demo:
let x = a vector of length N:
DAT=polyvac(Z,x)
produces matrix DAT, so that
DAT(:,i)=polyval(Z(:,i),x(:));
Up to 10 times inctreased speed in comparison to nonvectorized version.
인용 양식
Vassili Pastushenko (2024). polyvac (https://www.mathworks.com/matlabcentral/fileexchange/5638-polyvac), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R12.1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Mathematics > Elementary Math > Polynomials >
Help Center 및 MATLAB Answers에서 Polynomials에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 | Improve summary |