CppModel
Convert your C and C++ code into a model and simulate it.
Wrap your C or C++ function into a model
A function is usually has input variables, parameters and output variables. You can wrap your function into a Model by defining the input and output variables, and parameters.
Simulate your model
If you choose to wrap you function into a model, you can simulate it using a Simulation. You can also call your function directly without wrapping it into a model. Once you have the simulation just run it.
Observe the results
Once the simulation is done, you can observe the results. If you choose to have a step based simulation instead of a continuous simulation, you can observe the results at each step in form of a heatmap.