desperate for getting an algorithm to process data
显示 更早的评论

this is a part of my data. i want to make an algorithm.
- if second row's values are same,and if first row's values difference is 1, get the column which has highest 3rd row's values
- second row's value is 1, it has to get second column,
- second row's value is 2, it has to get 3rd and 5th column
- second row's value is 3, it has to get 8th column
- second row's value is 4, it has to get 10th column
- second row's value is 5, it has to get 11th,12th,13th column
like this
help me please~~TT
3 个评论
David Hill
2020-4-5
What have you done? What is your input (example)? What is your expected output?
Yeon Hwee Bae
2020-4-5
David Hill
2020-4-5
Show us the code you have written.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!