0
votes

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

1
We cannot help you without a functioning example that reproduces your issue and the full error message, not your paraphrasing.excaza
Have you installed Support for Raspberry Pi Hardware and gone through the tutorial?horchler
I have installed the support package and I have followed precisely all the steps that are shown in a tutorial video where RP is installed from scratch: link. What I have quoted is all that the actual error message says.Makk
Normally this error appears if the function you are calling can not be found in memory e.g. because the toolbox is not installed or the path is not correctly set (see de.mathworks.com/matlabcentral/answers/… )ralf htp
@ralfhtp: execute is a method of the raspberrypi class.horchler

1 Answers

0
votes

Thanks for all your help, but figured it out on my own. I had a static IP assigned to