a =
1 1 1
1 1 1
1 1 1
The element type "name" must be terminated by the matching end-tag "</name>".
Could not parse the file: e:\matlab\toolbox\ccslink\ccslink\info.xml
>> [V,D]=eig(a)
V =
0.4082 0.7071 0.5774
0.4082 -0.7071 0.5774
-0.8165 0 0.5774
D =
-0.0000 0 0
0 0 0
0 0 3.0000
我想请问下,这个v矩阵就是该特征值得特征向量吗?还是需要做其他处理?求指点!!