My function is below.
function original_rest_analysis_conn(subjname{s},'csd',{'F1','F3','F5','FC1','FC3','FC5'},{'F2','F4','F6','FC2','FC4','FC6'},{'CP1','CP3','CP5','P1','P3','P5'},{'CP2','CP4','CP6','P2','P4','P6'},1,1,4,7)
Matlab keeps on telling me:
Error: File: original_rest_analysis_conn.m Line: 1 Column: 46
Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched
delimiters.
The same parentheses are used in the code as it is used in the above function. There is more code after this function (cannot share as it is not mine) and there seems to be no other issue with the rest of the code. Any help would be appreciated.
0 Comments
Sign in to comment.