fdel
Delete specified data from frequency response data (FRD) models
语法
sysout = fdel(sys, freq)
说明
removes from the sysout = fdel(sys, freq)frd model sys the data nearest to the frequency values specified in the vector freq.
输入参数
|
|
| Vector of frequency values. |
Output Arguments
|
|
示例
提示
Use
fdelto remove unwanted data (for example, outlier points) at specified frequencies.Use
fdelto remove data at intersecting frequencies fromfrdmodels before merging them withfcat.fcatproduces an error when you attempt to mergefrdmodels that have intersecting frequency data.To remove data from an
frdmodel within a range of frequencies, usefselect.
版本历史记录
在 R2012a 中推出