jonathf/matlab2cpp

Fieldnames

Closed this issue · 0 comments

Structure variables can be retrieved through fieldnames. Not recognized by translation.

Example:
a = struct
a(1).b = "c"
d = filednames(a)