1-D vector (either nx1 or 1xn) giving matrix output of nxn in Simulink
11 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!