필터 지우기
필터 지우기

Undefined function of 'luinc' for input arguments of 'double' type

조회 수: 4 (최근 30일)
Dong Liang
Dong Liang 2015년 1월 25일
댓글: Dong Liang 2015년 1월 26일
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
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
Luuk van Oosten 2015년 1월 25일
Have you tried
ilu
instead of
luinc
I believe that MATLAB 2014 does not have luinc.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by