<< ingestCSV CHE3007S jointplot >>

CHE3007S >> CHE3007S > interpolatedfill

interpolatedfill

Function to interpolate fill %nan values in data matrix

Syntax

[data_filled]=forwardfill(data);
[data_filled]=forwardfill(data, int_method);
[data_filled]=forwardfill(data, int_method, ext_method);

Parameters

data_filled:

n x m matrix of numeric data, with matrix of column vectors, where %nan values of input matrix have been backfilled

data:

n x m matrix of numeric data, with matrix of column vectors

int_method:

string variable identifying the interpolation method, default "linear"

ext_method:

string variable identifying the extrapolation method, default "linear"


Report an issue
<< ingestCSV CHE3007S jointplot >>