I am a new user of Activate, and have a couple of questions, coming from a Simulink background:
1. Does Activate have a discrete-time fixed step solver (no continuous states)? Based on the documentation, I can find fixed step solvers of varying orders, but could not find any discrete solvers.
2. This may be a silly question, but for the life of me I cannot find a way to run the simulation step by step. There is only a run and a stop button (step forward and step back are not available). I need to run step-by-step for debugging purposes.
3. Is it possible to directly send variables from the Compose workspace to the Activate workspace? Right now, I am exporting the variables from Compose to a .mat file, and then loading the .mat file in Activate using an initialization script. This is not ideal, as I always need to ensure that the .mat file is up-to-date.
Any help would be greatly appreciated.