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
When I try to remove a message from an empty messageHistory, the error message is technically incorrect:
>> messages=messageHistory;
>> removeMessage(messages,1)
Errorusing messageHistory/removeMessage (line 217)Indexexceeds the number of array elements. Indexmustbe less than or equal to 0.