Is it correct to use NVM (write block) like this?
조회 수: 4 (최근 30일)
이전 댓글 표시
1) I want to save MEM_SM_MirrorPosMemoryHori,vert in Write block. Can I model it like in the picture?
2) The output of data store read is [11x8], and the input of write block is [1x1]. How to solve the following error?
댓글 수: 0
답변 (1개)
Manish
2024년 9월 18일
Hi,
I understand that you're encountering an error when connecting a datastore block of dimensions [11x8] to a write block. To resolve this issue, you should change the block parameter called "Argument Specification" to ‘int8(ones(11,8))’. By default, this parameter is set to unit8(1).
Refer to the "Argument Specification" subsection in the Parameters section in the link below for better understanding:
Hope it helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!