How to group discontinuous numbers
Show older comments
I have a variable of 206*1 ,I would like to separate it. It starts with 100-122.183-xxxx etc.How can I put them to separate groups ?
load('Risk_values.mat');
bar(mediumRiskXValues);
2 Comments
Dyuman Joshi
on 6 Feb 2024
What should be the groups?? or which criteria/logic should be followed to categorize values into groups??
Kaleesh
on 6 Feb 2024
Accepted Answer
More Answers (0)
Categories
Find more on Logical 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!