-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of structconv.m changed -> need to review usage #24
Comments
Sorry for introducing this bug, it was in response to a tricky issue with events: Clearly, the event.type field needs to be of a single data type. I don't recall exactly but probably I changed |
Update: on reflection, the reason for my change to Following your second option above, I now reverted However, this will mean that (because key CTAP functions such as
The following lines exist in CTAP that pass (probable) event structures to
HOWEVER, no one is forced to use |
Added the following to the beginning of
|
The output of structconv.m was changed (last fall) such that all output arrays are cell arrays, even for numeric values, for which a matrix would be a more natural format to work on. I have thus far fixed one problem that arose because of this change, but I suspect there will be more. Luckily the change will cause errors to be thrown as the permitted operations on matrices and cell arrays differ considerably.
We have two options:
If there is a native Matlab function or short expression to do the conversion without structconv.m, I would also be happy to ditch the whole function.
The text was updated successfully, but these errors were encountered: