帮助中心帮助中心
将数据集串联到另一数据集
dataset1 = concat(dataset1,dataset2)
dataset1 = concat(dataset1,dataset2) 将 dataset2 的元素串联到 dataset1。
dataset1
dataset2
全部展开
dataset2 要串联到的数据集,以元胞数组形式返回。
要串联到 dataset1 的数据集,指定为元胞数组。
从 dataset1 和 dataset2 串联的数据集。
将来自两个 To Workspace 模块的输出转换为 Dataset 格式并将它们串联起来。
Dataset
mdl = 'myvdp'; open_system(mdl); sim(mdl) ds = Simulink.SimulationData.Dataset(simout); ds1 = Simulink.SimulationData.Dataset(simout1); dsfinal = concat(ds,ds1);
Simulink.SimulationData.BlockPath | Simulink.SimulationData.Signal | Simulink.SimulationData.DataStoreMemory | addElement | find | get | getElementNames | numElements | setElement | Simulink.SimulationData.Dataset
Simulink.SimulationData.BlockPath
Simulink.SimulationData.Signal
Simulink.SimulationData.DataStoreMemory
addElement
find
get
getElementNames
numElements
setElement
Simulink.SimulationData.Dataset
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office