Display Block shows truncated data

조회 수: 21 (최근 30일)
Gajana Walter
Gajana Walter 2022년 11월 25일
답변: Paul 2022년 11월 25일
Hey everyone,
in my Simulink model i use Display Block to display a 3x11 matrix. However, the block only shows me a 3x10 (so the last column isnt displayed) matrix with the error warning
''Block shows truncated signal data. The Display block can show up to 200 elements of vector or matrix signals''
How do i fix it?
Thank you!

답변 (1개)

Paul
Paul 2022년 11월 25일
Hi Gajana,
The warning is not telling the full story and may actually be incorrect. Fron the Display block doc page:
"The Display block shows the first 200 elements of a vector signal and the first 20 rows and 10 columns of a matrix signal."
From a bit of testing, it looks like the row and column contraints for a matrix signal are enforced independently, as opposed to allowing any number of rows and columns as long as the prodcut is less than 200.

카테고리

Help CenterFile Exchange에서 Model Verification에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by