Generate Empty bus structures from a data dictionary
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Manage Design Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!