1-D vector (either nx1 or 1xn) giving matrix output of nxn in Simulink

조회 수: 6 (최근 30일)
Sara Fawal
Sara Fawal 2020년 6월 25일
답변: Chaitanya Mallela 2020년 10월 21일
Hello,
I used a costant block in simulink to to pass data in the form of a nx1 matrix and even tried 1xn matrix but my yout values is a ginourmous matrix :O(
I specified my parameter name and made sure that 'Interpret Vector Parameters as 1-D' is checked and my signal attributes are set to 'Inherited from Constant Vale'
Despite that Simulink is giving a matrix output equal to nxn :O(
All I have are a constant block, an output port and a scope attached to the constant block.
Please Please Please help

답변 (1개)

Chaitanya Mallela
Chaitanya Mallela 2020년 10월 21일
yout logs the data from the constant block at every simulation time step. If one dimensional vector is given in the block, the resultant size of yout would be two dimensional with number of rows equal to simulation time instants and number of columns equal to the size of the vector.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by