Hi,
The error which you are facing usually indicates that MATLAB cannot find a particular variable or MATLAB program file in the current directory or on the search path, in your case 'Cao'.
Possible solutions to this:
- Verify Spelling of Function or Variable Name
- Verify Inputs Correspond to the Function Syntax
- Make Sure Function Name Matches File Name
- Make Sure Necessary Toolbox Is Installed and Correct Version
- Verify Path Used to Access Function Toolbox
- Confirm The License Is Active
You can also have a look at the below mentioned MATLAB answer, to know more about possible reasons / solutions for the error you are facing.
Hope it helps!!