External Program - Coding and Debugging
Description
You can also connect to a different project at any time.
The "Save Input for Debugging" will save the Input.mat file into the build directory using the current values for "Mesh" and "Number". In this project, the Computation(...) routine has already been typed in with a trivial code.
When you run the program in the debugger, it is run from the build directory, so the Input.mat file is read from there. When DataTank runs the executable it will create a temporary folder where the input file will be saved and the output is expected to be saved.
Inputs can be varied, and include other file objects and Audio variables that will be saved as separate files inside the directory.