I just downloded matlab 2017 trial version .and alexnet too. I have some images of indian coastal fishes to identify. So I created ImageDataStore object and started preparing training and testing images. and the error comes here..
trainingFeatures = activations(net,trainingImages,layer);
Undefined function or variable 'net'.
this is the error it shows. What may be the reason for it?