replace nan values with the average of two neighbour non-nan value iteratively as follow;
x = [2; 4; 6; nan; nan; nan; 10]; x = [2; 4; 6; 8; nan; nan; 10]; x = [2; 4; 6; 8; 9; nan; 10]; x = [2; 4; 6; 8; 9; 9.5; 10];
Select every other element of a vector
16214 Solvers
232 Solvers
Matrix which contains the values of an other matrix A at the given locations.
195 Solvers
304 Solvers
261 Solvers
Problem Tags