how can restrict the data in one dataset using the max and min values from another dataset?
Show older comments
I am trying to use the dates from a previous data set to set a limit or "restrict" the data in another data set.
4 Comments
Paolo
on 9 Jul 2018
Can you show your data and the desired output?
Keturah Palma
on 9 Jul 2018
Walter Roberson
on 9 Jul 2018
Is the data in the form of a timetable() object?
Image Analyst
on 10 Jul 2018
What is the form of your "dataset"? Is it the old, deprecated dataset type variable? A folder of images? A table? A double array? If you do
>> whos yourDataSetVariable
using the actual name of your variable, what does it say in the command window?
Answers (0)
Categories
Find more on Data Preprocessing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!