How to combine two matrix signals to single signal?

2 ビュー (過去 30 日間)
Jinang
Jinang 2016 年 2 月 17 日
回答済み: Explorer 2016 年 2 月 17 日
I have an interpreted matlab function-fcn (a,b) where the inputs (a,b) are matrices generated in the model.The function block in simulink takes only single input,but I want to pass both the matrices as an input to the function block.I am looking for a way to combine the matrices to a single signal,just like a mux block for vector signals.

回答 (1 件)

Explorer
Explorer 2016 年 2 月 17 日
a=[1 2 ; 3 4]; b=[5 6 ; 7 8]; ab=[a b]

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by