Generate Empty bus structures from a data dictionary
Show older comments
My objective is to generate empty bus structures from interfaces defined in a data dictionary. I've tried this a few ways but seem to run into an error each way I've tried.
- Item one, ive tried exporting the data dictionary to a file, but the bus objects now created cannot reference the internal enumerations, of the data dictionary which are not exported.
- Item two, ive tried exporting the bus objects programmatically and have found i run into a similar problem and dont quite get an independent enumeration reference given the global variable.
- Item three, the createMATLABstruct function is used in each of these approaches and didnt seem to suffice.
Accepted Answer
More Answers (0)
Categories
Find more on Manage Design Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!