Is it correct to use NVM (write block) like this?

4 ビュー (過去 30 日間)
진우우
진우우 2024 年 5 月 22 日
回答済み: Manish 2024 年 9 月 18 日
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?

回答 (1 件)

Manish
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!

カテゴリ

Help Center および File ExchangeAUTOSAR Blockset についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by