MATLAB: Missing processTurboFanDataTrain function in deep learning example

deep learningMATLABneural network

Hi
There is an example of deep lerarnig provoded by mathwork in the following link:
I was trying to run this example code but there were missing functions which are processTurboFanDataTtain and processTurboFanDataTest.
Could you please guide me to find these missing functions?
Thanks

Best Answer

I believe, based on the Release Notes, that this example was introduced in release R2018a. Because of that I'm doubtful you could run it in release R2016a. Regardless, those helper functions are part of Deep Learning Toolbox so no, people should not upload those functions here. Upgrade to release R2018a or later with Deep Learning Toolbox (which prior to release R2018b was named Neural Network Toolbox) in order to run that example.
Related Question