How to get address of a memory in simulink?
4 次查看(过去 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!