Undefined function of 'luinc' for input arguments of 'double' type
5 次查看(过去 30 天)
显示 更早的评论
Matlab R2014b on Win7 x64
>> load west0479;
>> S=west0479;
>> [L,U,P]=luinc(S,'0');
未定义与 'double' 类型的输入参数相对应的函数 'luinc'。
undefined function of 'luinc' for input arguments of 'double'type
1 个评论
Matz Johansson Bergström
2015-1-25
I don't have Matlab R2014b, but I think you might have overloaded luinc with a value, so it becomes a variable. What happens when you type whos luinc?
采纳的回答
Luuk van Oosten
2015-1-25
Have you tried
ilu
instead of
luinc
I believe that MATLAB 2014 does not have luinc.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!