Search code examples
matlabsimulink

Model blocks using Accelerator, SIL or PIL mode are not supported in student mode


I am trying to run a code example in Simulink, but I get the error:

The model 'tester' contains a Model block. Model blocks using Accelerator, SIL or PIL mode are not supported in student mode.

Now it seems like from my google-research that there is also a "normal mode". I assume the model would in "normal mode" even with a student license. Is it possible to change mode of a model to "normal mode" and if so, how is it done? Or what are my other options (besides buying the professional version).

I am running Matlab 2014a Student Version.


Solution

  • Yes, it's possible. Double-click the model block and select "Normal" for Simulation Mode:

    enter image description here

    More details in the documentation.