Undefined function of 'luinc' for input arguments of 'double' type
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dong Liang
il 25 Gen 2015
Commentato: Dong Liang
il 26 Gen 2015
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 Commento
Matz Johansson Bergström
il 25 Gen 2015
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?
Risposta accettata
Luuk van Oosten
il 25 Gen 2015
Have you tried
ilu
instead of
luinc
I believe that MATLAB 2014 does not have luinc.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!