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

iterate_cell error #84

Open
geirpa opened this issue Jan 15, 2016 · 1 comment
Open

iterate_cell error #84

geirpa opened this issue Jan 15, 2016 · 1 comment

Comments

@geirpa
Copy link
Collaborator

geirpa commented Jan 15, 2016

Parsing following code with mconvert:
x = cell(1,1);
x{1} = 0;

gives following error:
File "/usr/local/lib/python2.7/dist-packages/matlab2cpp/tree/variables.py", line 109, in assign
cur = self.iterate_cell(node, k)
AttributeError: 'Builder' object has no attribute 'iterate_cell'

There is an error due to code trying to call non-existent function iterate_cell, in Builder object, which is an object of class Builder (/tree/builder.py)

@kevin-hanselman
Copy link

Bump

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

No branches or pull requests

2 participants