Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
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 comentario
Matz Johansson Bergström
Matz Johansson Bergström el 25 de En. de 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?

Iniciar sesión para comentar.

Respuesta aceptada

Luuk van Oosten
Luuk van Oosten el 25 de En. de 2015
Have you tried
ilu
instead of
luinc
I believe that MATLAB 2014 does not have luinc.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by