Error in eigs when using Matlab 2017b?

12 visualizaciones (últimos 30 días)
Emil Aggestam
Emil Aggestam el 18 de En. de 2018
Respondida: Christine Tobler el 24 de En. de 2018
Hi,
When I'm using eigs(A,B,K) in Matlab 2017b and receiving the following error:
Error: File: eigs.m Line: 1442 Column: 5
"c" previously appeared to be used as a function or command, conflicting with its use here as the name of a variable.
A possible cause of this error is that you forgot to initialize the variable, or you have initialized it implicitly using load or eval.
The code works with Matlab 2016b. What could be the problem when using Matlab 2017b?
Best regards, Emil
  8 comentarios
the cyclist
the cyclist el 18 de En. de 2018
That didn't halt execution either (at least for me).
the cyclist
the cyclist el 19 de En. de 2018
Editada: the cyclist el 19 de En. de 2018
Addendum: I do see the bug in R2017b. I did the wrong test earlier.

Iniciar sesión para comentar.

Respuesta aceptada

Emil Aggestam
Emil Aggestam el 18 de En. de 2018
I had a file named c.m that caused the problem. Thank you!

Más respuestas (1)

Christine Tobler
Christine Tobler el 24 de En. de 2018
Thank you for pointing out this bug. There is now a bug report available where this can be tracked, and it will be fixed in a future version.
To address a discussion in the comments, the reason that the debugger wasn't helping is that this error is coming from the initial parsing of eigs.m, before the function is entered (similar to what happens for an "if" without an "end": the whole file is seen as inconsistent).

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by