Statistica
0 Domande
9 Risposte
RANK
3.296
of 301.383
REPUTAZIONE
18
CONTRIBUTI
0 Domande
9 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
9
RANK
of 174.306
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
quasi 14 anni fa | 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...
quasi 14 anni fa | 1
hinfnorm command
About hinfnorm... this function is not implemented to be used with descriptor systems. see line 45 in hinfnorm function [a,b,...
quasi 14 anni fa | 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...
quasi 14 anni fa | 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 = ...
quasi 14 anni fa | 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...
quasi 14 anni fa | 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...
quasi 14 anni fa | 1
