Combinations with a condition
显示 更早的评论
I am trying to create a matrix that list all combinations possible under a certain condition. Right now I am creating all combinations and then filtering but the matrix of combination is too large.
I want to keep only when 

Thank you
I am putting an example with smaller vector size
x = [0 0.25 0.5 0.75 1]
x_1 = [0 0.5 1]
x_2 = [0 0.5 1]
4 个评论
Torsten
2023-2-9
I don't understand your example.
Les Beckham
2023-2-9
Combinations of what?
Jan
2023-2-9
I don't either. What are the inputs you want to combine?
Nicolas Leport
2023-2-9
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Multidimensional Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!