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
