在matlab 2011a中,我运行课本上的实例程序报错。请指正错在何处.谢谢。
发布网友
发布时间:2022-05-16 21:08
我来回答
共2个回答
热心网友
时间:2024-03-02 05:28
>>help vander.
vander
Vandermonde matrix
Syntax
A = vander(v)
Description
A = vander(v) returns the Vandermonde matrix whose columns are powers of the vector v, that is, A(i,j) = v(i)^(n-j), where n = length(v).
Examples
vander(1:.5:3)
ans =
1.0000 1.0000 1.0000 1.0000 1.0000
5.0625 3.3750 2.2500 1.5000 1.0000
16.0000 8.0000 4.0000 2.0000 1.0000
39.0625 15.6250 6.2500 2.5000 1.0000
81.0000 27.0000 9.0000 3.0000 1.0000
热心网友
时间:2024-03-02 05:28
跳过该处,任然可以继续安装,安装完成后可以正常使用!!
追问哥,你答错题了吧。