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
Errorusing types.util.dynamictable.addVarargRow>validateTypeExpectedinput to be one of these types:doubleInsteadits type was logical.Errorin types.util.dynamictable.addVarargRow (line 38)
validateType(TypeMap(rn), rv);
Errorin types.util.dynamictable.addRow (line 45)types.util.dynamictable.addVarargRow(DynamicTable, varargin{:});
Errorin types.hdmf_common.DynamicTable/addRow (line 111)types.util.dynamictable.addRow(obj, varargin{:});
What happened?
I am trying to refactor the tutorials to use
addRow
, but I am getting errors. The works exactly as expected:but then when I try to add another row:
I get this error
Steps to Reproduce
Error Message
No response
Operating System
macOS
Matlab Version
matlab 2022a
Code of Conduct
The text was updated successfully, but these errors were encountered: