replace 1 in place of NaN

조회 수: 1 (최근 30일)
Jay Hanuman
Jay Hanuman 2016년 11월 11일
답변: KSSV 2016년 11월 11일
I have matrix with some elements NaN. I want to replace them with 1. how to do it

답변 (1개)

KSSV
KSSV 2016년 11월 11일
Let K be your array which has nan.
K(isnan(K))=1;

카테고리

Help CenterFile Exchange에서 NaNs에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by