You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In output_argument_list.m, line 2
| [
| ^^^ error: expected IDENTIFIER, found NEWLINE instead
This should not be the case because Matlab accepts this syntax as valid which is also in concordance with the way arrays can be specified. The error vanishes when using [... instead of only [.