Scilab 5.5.2
- Scilabヘルプ
- CACSD
- Formal representations and conversions
- Plot and display
- abinv
- arhnk
- arl2
- arma
- arma2p
- arma2ss
- armac
- armax
- armax1
- arsimul
- augment
- balreal
- bilin
- bstap
- cainv
- calfrq
- canon
- ccontrg
- cls2dls
- colinout
- colregul
- cont_mat
- contr
- contrss
- copfac
- csim
- ctr_gram
- damp
- dcf
- ddp
- dhinf
- dhnorm
- dscr
- dsimul
- dt_ility
- dtsi
- equil
- equil1
- feedback
- findABCD
- findAC
- findBD
- findBDK
- findR
- findx0BD
- flts
- fourplan
- freq
- freson
- fspec
- fspecg
- fstabst
- g_margin
- gamitg
- gcare
- gfare
- gfrancis
- gtild
- h2norm
- h_cl
- h_inf
- h_inf_st
- h_norm
- hankelsv
- hinf
- imrep2ss
- inistate
- invsyslin
- kpure
- krac2
- lcf
- leqr
- lft
- lin
- linf
- linfn
- linmeq
- lqe
- lqg
- lqg2stan
- lqg_ltr
- lqr
- ltitr
- macglov
- minreal
- minss
- mucomp
- narsimul
- nehari
- noisegen
- nyquistfrequencybounds
- obs_gram
- obscont
- observer
- obsv_mat
- obsvss
- p_margin
- parrot
- pfss
- phasemag
- plzr
- pol2des
- ppol
- prbs_a
- projsl
- repfreq
- ric_desc
- ricc
- riccati
- routh_t
- rowinout
- rowregul
- rtitr
- sensi
- sident
- sorder
- specfact
- ssprint
- st_ility
- stabil
- sysfact
- syslin
- syssize
- time_id
- trzeros
- ui_observer
- unobs
- zeropen
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
mucomp
mu (構造化特異値) 計算
呼出し手順
[BOUND, D, G] = mucomp(Z, K, T)
パラメータ
- Z
構造化特異値を計算するn行n列の複素行列
- K
誤差に関するブロック構造を含む長さmのベクトル.
- T
各ブロックの型を指す長さmのベクトル. 対応するブロックが実数の場合は T(I) = 1, 対応するブロックが複素数の場合は T(I) = 2.
- BOUND
構造化特異値の上界.
- D, G
それぞれ対角行列DおよびGの対角要素を含む長さnのベクトル. この際,行列
Z'*D^2*Z + sqrt(-1)*(G*Z-Z'*G) - bound^2*D^2
は負の半正定行列となります.
説明
正方複素行列および 誤差のブロック構造を指定して,構造化特異値の上界を計算します.
参考文献
Slicot ルーチン AB13MD.
Report an issue | ||
<< minss | CACSD | narsimul >> |