How to compare Simulink.S​imulationD​ata.Datase​t objects

3 visualizaciones (últimos 30 días)
I've an array of Simulink.SimulationData.Dataset object.
I want to compare each of them and eliminate duplicated datasets.
Are there any way to compare Dataset objects?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 9 de Ag. de 2022
You can compare contents of datasets by isequal function, if you extract them into tables using extractTimetable method(introduced in R2021b) or ts2timetable function.
https://jp.mathworks.com/help/simulink/slref/simulink.simulationdata.dataset.extracttimetable.html
https://jp.mathworks.com/help/matlab/ref/timeseries2timetable.html

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by