jonathf/matlab2cpp

Cell arrays

Closed this issue · 0 comments

Code snippet of the sort is neither recognized nor processed:

a = {'1', 2}
b = a{1}
c = a{2}