フィルターのクリア

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 Center および File ExchangeNumeric Solvers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by