Generate Empty bus structures from a data dictionary
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Manage Design Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!