Matrix element deletion for elements greater than an integer

1 Ansicht (letzte 30 Tage)
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

Akzeptierte Antwort

John D'Errico
John D'Errico am 22 Jun. 2016
T(T>Tmax) = NaN;

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by