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

3 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 9 Ago 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

Più risposte (0)

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by