No BSD License
Highlights from
polyvac
|
|
| File Information |
| Description |
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. |
| MATLAB release |
MATLAB 6.1 (R12.1)
|
| Other requirements |
None |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 18 Nov 2004 |
Improve summary |
|
Contact us at files@mathworks.com