this is a problem caused by using a new syntax of matlab that is not supported by your version. Simply do this:
1) edit roc
2) change [~,J]=min(d); into [S,J]=min(d);
3) save and exit
Hi Mr.Cardillo, I'd like to run the sample command "roc" but the error appears:
>> roc
??? Error: File: roc.m Line: 225 Column: 11
Expression or statement is incorrect--possibly unbalanced (, {, or [.
Any idea to encounter this?, my matlab version 7.6.0
Thanks in advance.
Comment only