Coastal-Imaging-Research-Network / cBathy-Toolbox

Routines needed to run cBathy + demos
https://github.com/Coastal-Imaging-Research-Network/cBathy-toolbox/wiki/cBathy-User-Manual
GNU General Public License v3.0
25 stars 22 forks source link

nansuite #44

Open ddileonardo opened 6 years ago

ddileonardo commented 6 years ago

I noticed that at least one function in this toolbox relies on a nan function (eg: nansum). These functions do not come with the basic Matlab distribution. You need the statistics toolbox to have them. Fortunately, someone has already written replacements on the Matlab File Exchange. They can be found here:

https://www.mathworks.com/matlabcentral/fileexchange/6837-nan-suite?focused=5058170&tab=function

Diana

PS: I'm not sure if this is the right place to post this.

KateBrodie commented 6 years ago

@ddileonardo thanks for pointing this out--this is a great place for this post! We also noticed there are a few more functions from the statistics and machine learning toolbox other than nlinfit (e.g. statset) that are called. We will work on continuing to update the code and let you know when we have!