how can restrict the data in one dataset using the max and min values from another dataset?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 9 Lug 2018
Is the data in the form of a timetable() object?
Image Analyst
il 10 Lug 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?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Shifting and Sorting Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!