Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: Please enter a valid function #4

Open
sandeepnmenon opened this issue Apr 14, 2021 · 0 comments
Open

error: Please enter a valid function #4

sandeepnmenon opened this issue Apr 14, 2021 · 0 comments

Comments

@sandeepnmenon
Copy link

Getting the following error while running the command as mentioned in the Readme

ccvLabeler('../cordova1/','labels.ccvl')
error: Please enter a valid function
error: called from
ccvLabel at line 21 column 37
ccvLabeler at line 48 column 11

It is failing as per mentioned above in the lines

%default for adding label
gAddLabel = ccvLabel('', [], gLabelTypes{gLabelAddType}, ...
            gLabelSubtypes{gLabelAddType}{1}, []);
in ccvLabeler 

%check if we have a valid input function
if isempty(f) || ~exist(f, 'file'), error('Please enter a valid function'); end;
in ccvLabel

Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant