Hi,
> ??? Undefined function or method 'get_marsy' for input arguments
> of type 'mardo_5'.
>
>
> The following is the script.
>
> D = mardo(spm_name);
> R = maroi(roi_file);
> Y = get_marsy(R, D, 'mean');
That's very strange. get_marsy is a method of the 'maroi' class, so
it should be called as a result of the 'R' object in your script.
What type of thing (>> whos) is 'R' in your script, after you've run
it?
Best,
Matthew
|