In Features object file, after calling featuresobject , compile features is called and the first part is method
"check Files" which creates file names with division for example _Traindivs240.mat and then checks if it is there , and of course it doesn't exist because its not created, however the debugger enters the first if which says it exist then gives an error in the highlighted line as there's is not file to save.
In Features object file, after calling featuresobject , compile features is called and the first part is method "check Files" which creates file names with division for example _Traindivs240.mat and then checks if it is there , and of course it doesn't exist because its not created, however the debugger enters the first if which says it exist then gives an error in the highlighted line as there's is not file to save.