Borrar filtros
Borrar filtros

Error inmatlab R2010a

2 visualizaciones (últimos 30 días)
Soodeh Nikan
Soodeh Nikan el 31 de Jul. de 2011
Hi, I have this error in my new matlab version while I did not have in previous version. would you please help me?
??? Error using ==> sym.sym>notimplemented at 2514 Function 'lt' is not implemented for MuPAD symbolic objects.
Error in ==> sym.sym>sym.lt at 803 notimplemented('lt');
Error in ==> TestLBP at 47 if sum((abs(diff(dec2bin((n-1),P))))) < 3
Thanks in advance Soodeh
  1 comentario
Jan
Jan el 31 de Jul. de 2011
Is n or P a symbolic variable?

Iniciar sesión para comentar.

Respuestas (1)

Kashif
Kashif el 14 de Sept. de 2011
You need to convert the symbol (say X_sym) to double by
X_double=double(X_sym)

Community Treasure Hunt

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

Start Hunting!

Translated by