Writing own S-Function for NXT (Matlab 2015b)

1 view (last 30 days)
Dear,
I'm trying to write my own S-Function, the function worked in previous versions of Matlab. But with version R2015b, I keep getting this error when including certain files: "This code must be compiled using a 2's complement representation for signed integer values"
I already googled this problem, but couldn't find a solution.
Kind regards, Frederic Depuydt
  1 Comment
Andreas Donauer
Andreas Donauer on 25 May 2016
Hi Frederic,
I'm unfamiliar with S-Functions, but I read they're somewhat similar to MEX-functions. In that case I'd assume you need to compile your S-function first (like is the case with MEX) since a file compiled for Matlab2014 will not work with Matlab2015.

Sign in to comment.

Answers (0)

Categories

Find more on ROS Toolbox Supported Hardware in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!