フィルターのクリア

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

5 ビュー (過去 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 Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by