You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use FNN_rate_model_train.m with sample data at Matlab 2020a,
but, next error has been occurred,
Error: File: FNN_rate_model_train.m Line: 15 Column: 28
Invalid syntax for calling function 'crossvalind' on the path. Use a valid syntax or explicitly initialize 'crossvalind' to make it a variable.
I think that the crossvalind value in wheat.mat file is not defined as an variable in code...
(maybe not troubles as functional script 'crossvalind')
Please teach me how the original code fix or modify.
Tanks.
The text was updated successfully, but these errors were encountered:
Hi,
I tried to use FNN_rate_model_train.m with sample data at Matlab 2020a,
but, next error has been occurred,
Error: File: FNN_rate_model_train.m Line: 15 Column: 28
Invalid syntax for calling function 'crossvalind' on the path. Use a valid syntax or explicitly initialize 'crossvalind' to make it a variable.
I think that the crossvalind value in wheat.mat file is not defined as an variable in code...
(maybe not troubles as functional script 'crossvalind')
Please teach me how the original code fix or modify.
Tanks.
The text was updated successfully, but these errors were encountered: