What is the easiest way to calculate movement time within stateflow? I would like to calculate movement time from target appearing to pts reaching that target. I do not simply want to use: after (specified_time, e_clk) but actually create a movement time parameter. I will then use this value to determine movement time feedback. I cannot seem to work out how to use e_clk or if there a timer I can use…