category composed of multiple simpler categories
2 views (last 30 days)
Show older comments
let's say I have a categorical array containing {a,b,c,a+c,a+b,...} and so on. one can see that only three categories exist whcih are {a,b,c}, but when I convert the array containing strings indicating the existing categories, each element of the set {a+c,a+b,c+b,...} becomes a category itself. I can solve this by building a function that returns the existing (simple,basic) categories, but I think this can be solved by a built function the operates on catergorical arrays directly.
Any advice?
3 Comments
Answers (0)
See Also
Categories
Find more on Categorical Arrays 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!