Explanation

The arguments to a MATLAB command (or a declaration such as global or persistent) are typically a sequence of character vectors or names with spaces separating them. Code Analyzer has found a comma in such a sequence. Rather than separating the arguments, the comma ends the statement.


Suggested Action

If you intended to specify a sequence of command arguments, replace the comma with white space.

If you intended to end the command, use a semicolon instead of a comma.