how to do edit table type data and do sliding window in matlab
I have imported excel file into matlab and stored it as type of table, the file contains customers’ name, number, date of purchase and other such kind of things. now what I to do is to achieve following function in matlab: 1. I can filter specific customer’s record by entering his name 2. the showed records of this specific customer are sliding windows, every unit of the sliding windows is like from day1 to day 10 and next is from day5 to day15. so can anyone help me out ? the only hint I know is to use cell type, but I still don’t know what is the code look likeI have imported excel file into matlab and stored it as type of table, the file contains customers’ name, number, date of purchase and other such kind of things. now what I to do is to achieve following function in matlab: 1. I can filter specific customer’s record by entering his name 2. the showed records of this specific customer are sliding windows, every unit of the sliding windows is like from day1 to day 10 and next is from day5 to day15. so can anyone help me out ? the only hint I know is to use cell type, but I still don’t know what is the code look like I have imported excel file into matlab and stored it as type of table, the file contains customers’ name, number, date of purchase and other such kind of things. now what I to do is to achieve following function in matlab: 1. I can filter specific customer’s record by entering his name 2. the showed records of this specific customer are sliding windows, every unit of the sliding windows is like from day1 to day 10 and next is from day5 to day15. so can anyone help me out ? the only hint I know is to use cell type, but I still don’t know what is the code look like sliding window, cell array, matlab, importing excel data, find function MATLAB Answers — New Questions