help > RE: questions about network analysis using gretna
Oct 24, 2021  09:10 PM | Ozgun Ozalay
RE: questions about network analysis using gretna
Did you try replacing NaNs with 0 (zeros) ?

You can easily do this on multidimensional arrays in Matlab with th following command, just replace Z with your matrix variable:


Z(isnan(Z)) = 0


Hope it helps!
./OZ*

Threaded View

TitleAuthorDate
Yongqin Xiong May 22, 2020
RE: questions about network analysis using gretna
Ozgun Ozalay Oct 24, 2021