필터 지우기
필터 지우기

Error inmatlab R2010a

조회 수: 2 (최근 30일)
Soodeh Nikan
Soodeh Nikan 2011년 7월 31일
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
Jan
Jan 2011년 7월 31일
Is n or P a symbolic variable?

댓글을 달려면 로그인하십시오.

답변 (1개)

Kashif
Kashif 2011년 9월 14일
You need to convert the symbol (say X_sym) to double by
X_double=double(X_sym)

카테고리

Help CenterFile Exchange에서 Numeric Solvers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by