Home > NaN > conv2nan.m

conv2nan

PURPOSE ^

CONV2 2-dimensional convolution

SYNOPSIS ^

function [C,N,c] = conv2nan(X,Y,arg3);

DESCRIPTION ^

 CONV2 2-dimensional convolution 
 X and Y can contain missing values encoded with NaN.
 NaN's are skipped, NaN do not result in a NaN output. 
 The output gives NaN only if there are insufficient input data

 [...] = CONV2NAN(X,Y);
      calculates 2-dim convolution between X and Y
 [C]   = CONV2NAN(X,Y);

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:02:45 by m2html © 2003