注册 登录
编程论坛 Matlab

matlab软件无法运行components

syc_0319 发布于 2014-12-10 19:00, 1807 次点击
以前是可以运行的,安装新的版本就能运行;
现在安装了新的版本,可是现在又说这个组件没有,是我安装版本错了么?

Undefined function 'components' for input arguments of type 'double'.

Error in largest_cluster (line 14)
[ci sizes] = components(sparse(unDA));
2 回复
#2
tlliqi2014-12-10 21:36
顶起来
#3
luo1932014-12-17 15:52
要么是没有这个函数,或者是你安装的时候路径有问题,调用函数的路径无法识别。 你可以去matlab安装目录里面搜索下components,看有没有!
1