- what are the sizes of your SS matrix A B C and D
How to use state-space block in simulink with one input
5 次查看(过去 30 天)
显示 更早的评论
Hi I am using state-space block in simulink. I am having two inputs;so I have used a mux but state-space block is not accepting it because input becomes a row vector and I need a scalar value as an input to the state-space block. What should I do to make it a scalar value. Any guidance or help will be greatly appreciated.
2 个评论
Azzi Abdelmalek
2012-9-1
编辑:Azzi Abdelmalek
2012-9-1
Cheetamun Koshal
2016-6-25
Actually the input should be in column vector form. Try to transpose the row vector. And also the size of the matrix A, B ,C and D are important so that the system works
采纳的回答
Azzi Abdelmalek
2012-9-1
you have said that you have two inputs, then i can guess that the size of B is nx2, n is the order of your system. in this case, you can use a "Mux" block
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!