Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I create an output of a system that is a linear combination of two existing outputs?

3 ビュー (過去 30 日間)
Oliver
Oliver 2014 年 10 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
If I have a system G (either state-space [ss], transfer function [tf], or frequency response data model [frd]) that has one input and two outputs that have been labelled as such:
G.InputName = {'i1'};
G.OuputName = {'o1','o2'};
How can I change the model to have one input and one output that is a linear combination of o1 and o2, for example o=o1-02 ?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by