I am trying to deploy a Simulink model to Raspberry Pi. The model contains a constant value of 2 in the format of uint8
, which is sent over UDP. When I try to deploy this model, I get the following error:
Undefined function 'execute' for input arguments of type 'double'.
What am I doing wrong? I have created a folder in RP and have specified the the folder in the deployment settings. Can't think of anything
execute
is a method of theraspberrypi
class. – horchler