how can restrict the data in one dataset using the max and min values from another dataset?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2018-7-9
Is the data in the form of a timetable() object?
Image Analyst
2018-7-10
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?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!