fcat
Concatenate FRD models along frequency dimension
语法
sys
= fcat(sys1
,sys2
,...)
说明
takes two or more sys
= fcat(sys1
,sys2
,...)frd
models and merges their frequency responses into a single frd
model sys
. The resulting frequency vector is sorted by increasing frequency. The frequency vectors of sys1, sys2,...
should not intersect. If the frequency vectors do intersect, use fdel
(Control System Toolbox) to remove intersecting data from one or more of the models.
版本历史记录
在 R2006a 之前推出