Multiple variables system representation

7 views (last 30 days)
Hello, I need to represent in some sort of graph (the concept, don't need the tool) a system with several variables (usually more than 5 and up to 12) and different values for each of them. Every value (element) is used, can't be repeated and the order doesn't matter. The situation would be like this:
  • 1 system
  • 6 variables
  • 4 values for each variable
I'm trying to find the best concept to represent all the combinations. I've done some research with given title but found nothing. I was thinking that maybe the best approach would be a map of nodes (every value would be like the tail end of a node).
I'm totally new to these concepts so I'm more than grateful to hear all kinds of recommendations to get better at them.
Thank you so much :)
Sergio

Answers (1)

ES
ES on 21 Mar 2017
  1 Comment
Sergio Montávez
Sergio Montávez on 21 Mar 2017
What should I need to do to apply this to the multiple variables at a time? This seems to be based on variables with just a couple of values, 0 and 1, instead of that I'm facing variables with more than 5 and 6 different values, i.e.: Given: varA, varB, varC Possible result: varA = 2, varB = 3, varC = 6 I'll need to represent all the possible combinations of the values of those results. Could you help me visualize how the binary tree could apply to this? Thanks a lot!

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!