sl_customization - Update Lookup Table Data (Non-Standard Format)
조회 수: 3 (최근 30일)
이전 댓글 표시
-In the link below, section "Propagate Nonstandard Format Lookup Table Data", an example is given on how to propogate non-standard lookup table data to the workspace. Is there a way to propogate this to a data dictonary variable instead? The data that is propogated is just the table data and not the breakpoint data, can the breakpoints be accessed as well?
If this isn't possible is there a way to access the table editor data programmatically?
댓글 수: 0
답변 (1개)
Fangjun Jiang
2020년 1월 9일
As far as propagating modified data back to its source variable, it doesn't matter whether the source variable is in the base workspace or a SLDD. Try it and it works when the variable is in a SLDD.
댓글 수: 3
Fangjun Jiang
2020년 1월 9일
Migrate your model with base workspace data to using a SLDD. All the changes will be reflected to the SLDD. Use a 2d table example so you will be able to view and change the table data and propagate it back to SLDD.
참고 항목
카테고리
Help Center 및 File Exchange에서 Lookup Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!