You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Vassili Pastushenko (2026). polyvac (https://ch.mathworks.com/matlabcentral/fileexchange/5638-polyvac), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (484 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Improve summary |
