amforte / Topographic-Analysis-Kit

Set of matlab based tools for topographic analysis, built on top of TopoToolbox.
GNU General Public License v3.0
42 stars 35 forks source link

usage of nan* functions #10

Closed amforte closed 6 years ago

amforte commented 6 years ago

Replace nanmin, nanmax, nanmean, and nanstd with the basic functions using nanflag to reduce unnecessary dependency on Statistics and Machine Learning Toolbox in many of the codes

amforte commented 6 years ago

Implemented.