Can someone please help me with this?
Error while obtaining sizes from MEX S-function 'arduinodigitaloutput_sfcn' in 'arduino_gettingstarted/Digital Output/Digital Output'.
2 views (last 30 days)
Show older comments
Hi
How can I fix the following error(ref screenshot) . I am using Matlab R2018a, Simulink Support Package for Arduino Hardware version 18.1.2.0

2 Comments
Answers (1)
Pradeep KS
on 4 Jun 2018
In 18a, the Simulink Arduino support package is not using "arduinodigitaloutput_sfcn" mex file. I think there are files from older versions which are on the MATLAB path. Could you please run the below command and check from where the "arduinodigitaloutput_sfcn" mex file is getting loaded.
>> which arduinodigitaloutput_sfcn
Please post the output of the above command for further help.
5 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!