Replace a scaler with NaN

4 ビュー (過去 30 日間)
Allie
Allie 2019 年 3 月 8 日
回答済み: Fangjun Jiang 2019 年 3 月 8 日
I have a 41x5x2001 matrix (E) with the value -9.96921e+36 scattered throughout. I would like to replace this with NaN. I tried the code below, which has worked for me when replacing zeros with NaN, but it isn't working now. What am I doing wrong?
E(E==-9.96921*10^(36))=nan;
or
E(E==-9.96921e36) = nan

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2019 年 3 月 8 日
https://www.mathworks.com/matlabcentral/answers/57444-faq-why-is-0-3-0-2-0-1-not-equal-to-zero

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by