How do I best determine if something is "NaN"?

I am calculating the ILU factorization of a matrix (repeatedly over a large number of iterations) and at some point norm(U\(L\A)-eye(n),'fro') evaluates to "NaN" (and therefore GMRES does not work). I would like to catch the code immediately before it calls GMRES when this occurs. What is the best way to ask Matlab to stop when norm(U\(L\A)-eye(n),'fro') is NaN?

 採用された回答

Dr. Seis
Dr. Seis 2013 年 5 月 15 日

1 投票

See documentation for isnan

1 件のコメント

Arielle
Arielle 2013 年 5 月 15 日
Excellent. Thank you.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by