matlab中Undefined function 'nansum' for input arguments of type 'double'.
matlab中Undefined function 'nansum' for input arguments of type 'double'.
日期:2021-03-28 05:21:13 人气:2
nansum 是统计工具箱(Statistics Toolbox)里面的函数,请确认是否安装了该工具箱。
如果不想装工具箱,我把函数的代码给你,可以独立使用(不过最好还是安装工具箱):
nansum.m
function y = nansum(x,dim)
%NANSUM Sum, ignoring NaNs.
%