polyvac
Version 1.0.0.0 (484 Bytes) von
Vassili Pastushenko
Vectorized "polyval" for columns of a matrix
4,1K Downloads
Aktualisiert
18. Nov 2004
Keine Lizenz
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.
Zitieren als
Vassili Pastushenko (2024). polyvac (https://www.mathworks.com/matlabcentral/fileexchange/5638-polyvac), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R12.1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Mathematics > Elementary Math > Polynomials >
Mehr zu Polynomials finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | Improve summary |