miss_hit
miss_hit copied to clipboard
program slicing across simulink + matlab
Given 1 output in MATLAB or Simulink, fully identify all inputs that flow into that output.
Unlike the Simulink "highlight to source" function, this should take into account combination (e.g. a + b) and also fully understand embedded MATLAB code.
Requires (at the very least):
- #112 (flow analysis)
- #140 (matlabpath)