How to get address of a memory in simulink?
조회 수: 5 (최근 30일)
이전 댓글 표시
I have used data store memory block and have associated one simulink signal to it.
For eg. MemtoStrDat is a simulink signal and it is used as data store name in data store memory block.
How to get the address of this memory MemtoStrDat in simulink?
댓글 수: 0
답변 (1개)
madhan ravi
2023년 12월 13일
이동: madhan ravi
2023년 12월 13일
댓글 수: 4
Walter Roberson
2023년 12월 13일
I wouldn't say that.
It depends what the algorithm wants to do with the block of memory.
coder.ceval and coder.wref can be called from MATLAB function blocks.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!