HOW FIND ERROR AND MERGE TWO TIME DATASET

1 Ansicht (letzte 30 Tage)
Emanuele De Astis
Emanuele De Astis am 27 Feb. 2021
Hello everyone, i have extract two data about time of entering and leaving home from a dataset, and i want merge the two data to know the duration of leaving home, but one of them has 1 more raw and i'm not able to merge them, someone know a way ?
Home=[Leave Enter];
Home.Duration=Home.Enter-Home.Leave;
duration1=find(Home.Duration < 0)
i use "duration1" to find if there is mistake in time association, so if the value of coloumn Duration is negative, somethings is wrong
thanks.
  5 Kommentare
dpb
dpb am 28 Feb. 2021
Well, yes. But when they're sorted, they'll be in order and reshape() will restore two columns after get rid of odd man out...
Emanuele De Astis
Emanuele De Astis am 28 Feb. 2021
understood, thanks

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Data Acquisition Toolbox Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by