Simulink does not support 'Array' format for logging multiport data. Change the logging format of the Scope to 'Dataset', 'Structure', or 'Structure with time'.

Simulink仿真的时候出现Simulink does not support 'Array' format for logging multiport data. Change the logging format of the Scope to 'Dataset', 'Structure', or 'Structure with time'.

댓글 수: 1

譬如 moving average 这种滤波模块,是无法接受矩阵信号的 ,它只能处理单个信号。
检查一下有没有这种模块

댓글을 달려면 로그인하십시오.

답변 (1개)

See document
web(fullfile(docroot, 'simulink/gui/format.html'))
  • To use Array format, all logged states and outputs must be:
  • All scalars or all vectors (or all matrices for states)
  • All real or all complex
  • The same data type
Use another format if the outputs and states in your model do not meet these conditions.

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

태그

질문:

2018년 7월 15일

답변:

2022년 8월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by