Undefined function 'IndicatorsCalculus' for input arguments of type 'double'
Show older comments
Good morning,
I have a problem in running a procedure. The following error message occurs:
Undefined function 'IndicatorsCalculus' for input arguments of type 'double'.
I have already checked that:
• All functions are in the current path (including ‘IndicatorsCalculus’) • Functions and variable names are not repeated
Many thanks for your attention. Kind regards, Enrico
1 Comment
Enrico Testa
on 5 Oct 2016
Answers (1)
dpb
on 5 Oct 2016
0 votes
'IndicatorsCalculus' ~= ‘IndicatorCalculus’
2 Comments
Enrico Testa
on 5 Oct 2016
dpb
on 5 Oct 2016
You undoubtedly managed to alias the function name somehow or lost the hash table to the needed subdirectory or the like.
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!