ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

Display where the selected variable(s) is/are used in the Process map. #130

Open mtillman14 opened 2 years ago

mtillman14 commented 2 years ago

I think this will require generating my own arrows apart from the Digraph? Maybe not? Ideally, this will show in which function the variable was originally generated, and then how it was used as an input & output for all functions.

mtillman14 commented 2 years ago

Want to see how it's used/where it comes from in the Process map. This likely will entail arrows pointing from function of origin (as output var) to function of use (as input var)

mtillman14 commented 2 years ago

Also want to see how what was generated in the Process tab has mapped to the Plot and Stats tabs. Unclear how to do this yet, because there are likely multiple places in one plot, and multiple stats tables, where a specific variable is used.