Combinations with a condition
Afficher commentaires plus anciens
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 commentaires
Torsten
le 9 Fév 2023
I don't understand your example.
Les Beckham
le 9 Fév 2023
Combinations of what?
Jan
le 9 Fév 2023
I don't either. What are the inputs you want to combine?
Nicolas Leport
le 9 Fév 2023
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Multidimensional Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!