Matrix element deletion for elements greater than an integer

1 回表示 (過去 30 日間)
Andrew Wileman
Andrew Wileman 2016 年 6 月 22 日
コメント済み: John D'Errico 2016 年 6 月 22 日
Hi, I hope someone may be able to answer this problem. I have an matrix of temperatures 1001 x 200. What I would like to do is remove single elements of the matrix greater than a specific temperature (I'm assuming they have vaporized), and then plot the same size matrix with the deleted elements. Is there a way of doing this? Thanks, Andy

採用された回答

John D'Errico
John D'Errico 2016 年 6 月 22 日
T(T>Tmax) = NaN;
  2 件のコメント
Andrew Wileman
Andrew Wileman 2016 年 6 月 22 日
Thanks John, I'll give it a try.
John D'Errico
John D'Errico 2016 年 6 月 22 日
Tools like plot or surf don't plot NaNs.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by