このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
imp2exp
陰的な線形関係を陽的な入力と出力の関係に変換
説明
例
不確かさをもつ行列の代数制約
4 つの変数 間でモーター/発電機の 2 つの不確かな制約 について考えます。不確かさをもつ 2 行 2 列の行列 B
を として求めます。
R = ureal('R',1,'Percentage',[-10 40]); K = ureal('K',2e-3,'Percentage',[-30 30]); A = [1 -R 0 -K;0 -K 1 0]; Yidx = [1 3]; Uidx = [4 2]; B = imp2exp(A,Yidx,Uidx)
B = Uncertain matrix with 2 rows and 2 columns. The uncertainty consists of the following blocks: K: Uncertain real, nominal = 0.002, variability = [-30,30]%, 2 occurrences R: Uncertain real, nominal = 1, variability = [-10,40]%, 1 occurrences Type "B.NominalValue" to see the nominal value, "get(B)" to see all properties, and "B.Uncertainty" to interact with the uncertain elements.
スカラーの動的システムの制約
コントローラー C
と不確かなプラント P
の標準的な単一ループ フィードバック接続について考えます。これは、方程式 e = r-y; u = Ce; f = d+u; y = Pf
で表されます。
P = tf([1],[1 0]); C = tf([2*.707*1 1^2],[1 0]); A = [1 -1 0 0 0 -1;0 -C 1 0 0 0;0 0 -1 -1 1 0;0 0 0 0 -P 1]; OutputIndex = [6;3;2;5]; % [y;u;e;f] InputIndex = [1;4]; % [r;d] Sys = imp2exp(A,OutputIndex,InputIndex); Sys.InputName = {'r';'d'}; Sys.OutputName = {'y';'u';'e';'f'};
pole(Sys)
ans = 16×1 complex
-0.7070 + 0.7072i
-0.7070 - 0.7072i
-0.7070 + 0.7072i
-0.7070 - 0.7072i
-0.7070 + 0.7072i
-0.7070 - 0.7072i
-0.7070 + 0.7072i
-0.7070 - 0.7072i
-0.7070 + 0.7072i
-0.7070 - 0.7072i
⋮
stepplot(Sys)
入力引数
出力引数
バージョン履歴
R2011b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)