|
"Lommen " <lomme028@math.umn.edu> wrote in message <i3rme8$n$1@fred.mathworks.com>...
> I am going mad! I keep getting "??? Undefined function or variable" when I run the function calc_RSI.
>
> I have used "dir" and "path" and the file exists in both?
Well, clearly the function or variable doesn't exist within the scope of the function. But we can't help you beyond repeating the error message back to you if you don't show us some code and tell us why you think the function or variable is defined at the time the code calls for it.
|