polyvac

版本 1.0.0.0 (484 字节) 作者: 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
类别
Help CenterMATLAB 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