Multiple variables system representation
Afficher commentaires plus anciens
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
Réponses (1)
ES
le 21 Mar 2017
0 votes
Try the new MATLAB graph object?
1 commentaire
Sergio Montávez
le 21 Mar 2017
Catégories
En savoir plus sur Tanks and Accumulators 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!