統計
MATLAB Answers
0 質問
9 回答
ランク
of 171,502
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
hinfnorm command
Bode, sigma plot and norm commands work for descriptor systems. Assuming system matrices are a,b,c,d,e. Define your descriptor s...
hinfnorm command
Bode, sigma plot and norm commands work for descriptor systems. Assuming system matrices are a,b,c,d,e. Define your descriptor s...
13年以上 前 | 1
回答済み
hinfnorm command
You're welcome. If you have singular E, I suggest to use dss and create ss object. bode, sigma and norm are defined for descript...
hinfnorm command
You're welcome. If you have singular E, I suggest to use dss and create ss object. bode, sigma and norm are defined for descript...
13年以上 前 | 1
回答済み
hinfnorm command
About hinfnorm... this function is not implemented to be used with descriptor systems. see line 45 in hinfnorm function [a,b,...
hinfnorm command
About hinfnorm... this function is not implemented to be used with descriptor systems. see line 45 in hinfnorm function [a,b,...
13年以上 前 | 1
回答済み
hinfnorm command
I double checked the computation in your version of MATLAB R2011a, norm(sys,inf) gives 0.0086 at frequency 0 and this is consist...
hinfnorm command
I double checked the computation in your version of MATLAB R2011a, norm(sys,inf) gives 0.0086 at frequency 0 and this is consist...
13年以上 前 | 1
回答済み
hinfnorm command
As I pointed out earlier, svd plot (in this case bode) and norm(sys,inf) are consistent. >> [f,w]=norm(sys,inf) f = ...
hinfnorm command
As I pointed out earlier, svd plot (in this case bode) and norm(sys,inf) are consistent. >> [f,w]=norm(sys,inf) f = ...
13年以上 前 | 1
回答済み
hinfnorm command
Some other things... assuming that plant matrices E,A,B,C,D, you can create and ss object by sys = dss(A,B,C,D,E); and eigen...
hinfnorm command
Some other things... assuming that plant matrices E,A,B,C,D, you can create and ss object by sys = dss(A,B,C,D,E); and eigen...
13年以上 前 | 1
回答済み
hinfnorm command
Could you send me or post your plant that you used for norm computation? I suggest you to use norm(sys,inf,tol) with desired to...
hinfnorm command
Could you send me or post your plant that you used for norm computation? I suggest you to use norm(sys,inf,tol) with desired to...
13年以上 前 | 1
