Skip to content
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

mp.register cell array size #81

Open
tvannoy opened this issue Jan 27, 2021 · 1 comment
Open

mp.register cell array size #81

tvannoy opened this issue Jan 27, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@tvannoy
Copy link
Member

tvannoy commented Jan 27, 2021

I noticed that mp.register seems to be an n-by-n cell array when we have n registers. For example, from the bitcrusher model:

>> mp.register

ans =

  3×3 cell array

    {1×1 struct}    {0×0 double}    {0×0 double}
    {1×1 struct}    {0×0 double}    {0×0 double}
    {1×1 struct}    {0×0 double}    {0×0 double}

As we see, most of the cells are empty. @fe-wickham Is this a design decision (e.g. to support multiple devices) or a bug?

@tvannoy tvannoy added the question Further information is requested label Jan 27, 2021
@dack-fe dack-fe added this to To do in Frost Grant Wrap Up Jan 27, 2021
@tvannoy tvannoy removed this from To do in Frost Grant Wrap Up Feb 12, 2021
@tvannoy
Copy link
Member Author

tvannoy commented Feb 12, 2021

Removed from Grant Wrap Up project because this doesn't affect functionality. I have tried adding it to the 1.0 release project, but the 1.0 release project won't show up for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants