using specific columns from a constant

1 次查看(过去 30 天)
hello all,
I have a rather large matrix (99226,40) that I load to a .mdl via From Workspace and use it as a constant input to a product. Is there a way where I can select how many of the columns I can use?
i.e. I want to see the product of X*matrix(:,1:9);
X is also a constant.
Thank you in advance

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-2-19
编辑:Azzi Abdelmalek 2013-2-19
In your constant block set the value to
matrix(:,1:9)
Use another constant block for X

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by