Dummy_Rep_NaN(x)

Function for vectors that contain NaN values to help normalise with missing data.
146 Downloads
Updated 20 Apr 2018

View License

This function allows you to fill NaN values using dummy vector that is the same mean, std and range of your current vector with NaN values.
It has only been used for vectors which contain NaN, unsure if works with matrices.

Cite As

Elizabeth Drybrugh (2024). Dummy_Rep_NaN(x) (https://www.mathworks.com/matlabcentral/fileexchange/67013-dummy_rep_nan-x), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Preprocessing Data in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

1.2 stored as x_new vector

1.1.0.0

1.1 - png added

1.0.0.0